#6ff013

Color #6FF013 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #6FF013

Tints of Bright Green #6FF013

Color information

#6FF013 (or 0x6FF013) is unknown color: approx Bright Green. HEX triplet: 6F, F0 and 13. RGB value is (111,240,19). Sum of RGB (Red+Green+Blue) = 111+240+19=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF013 is #900FEC. Grayscale: #B0B0B0. Windows color (decimal): -9441261 or 1306735. OLE color: 1306735.

HSL color Cylindrical-coordinate representation of color #6FF013: hue angle of 95.02º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FF013 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB11124019-
CMYK0.5400.920.06
HSL95.02º88.05%50.78%-
HSV(B)95.02º92.08%94.12%-
XYZ37.8365.7511.31-
YUV176.2439.2681.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 240 (94.14% from 255) = 64.86%
BLUE value IS 19 (7.81% from 255) = 5.14%
R=30%
G=64.86%
B=5.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111240190.5400.920.0695.0288.0550.78
Hex6FF0133605C65f5833
Octal15736023660134613713063
Binary110111111110000100111101100101110011010111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ff013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ff013; }

 p { color: rgb(111,240,19); }

 H1.HeaderClassName
 {
   color: #6ff013;
 }
 .AnyTagClassName
 {
   color: #6ff013;
 }
</style>
background-color css

<style>
 a { background-color: #6ff013; }

 a { background-color: rgb(111,240,19); }

 div.DivClassName
 {
   background-color: #6ff013;
 }
 .BgClassName
 {
   background-color: #6ff013;
 }
</style>
border-color css

<style>
 span { border-color: #6ff013; }

 span { border-color: rgb(111,240,19); }

 td.TdClassName
 {
   border-color: #6ff013;
 }
 .TagClassName
 {
   border-color: #6ff013;
 }
</style>