Html Css Color HEX #CFF002 Electric Lime

📋 copy color: '#CFF002'

red 207 ◦ green 240 ◦ blue 2

#CFF002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CFF002

Tints of Electric Lime #CFF002

RGB

 RED value IS 207 (81.25% from 255) = 46.1%

 GREEN value IS 240 (94.14% from 255) = 53.45%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 46.1%
G = 53.45%
B = 0.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#CFF002 (or 0xCFF002) is known color: Electric Lime. HEX triplet: CF, F0 and 02. RGB value is (207,240,2). Sum of RGB (Red+Green+Blue) = 207+240+2=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF002 is #300FFD. Grayscale: #CBCBCB. Windows color (decimal): -3149822 or 192719. OLE color: 192719.

HSL color Cylindrical-coordinate representation of color #CFF002: hue angle of 68.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFF002 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 2 -
CMYK 0.14 0 0.99 0.06
HSL 68.32º 0.98% 0.47% -
HSV(B) 68.32º 0.99% 0.94% -
XYZ 56.9 75.59 11.65 -
YUV 203 14.57 130.85 -
System Red Green Blue C M Y K H S L
Decimal 207 240 2 0.14 0 0.99 0.06 68.32 0.98 0.47
Hex CF F0 2 E 0 63 6 44 62 2F
Octal 317 360 2 16 0 143 6 104 142 57
Binary 11001111 11110000 10 1110 0 1100011 110 1000100 1100010 101111

Color Harmonies of #CFF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF002

Black with #CFF002

Text Example


Text Example

White with #CFF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF002; }

 p { color: rgb(207,240,2); }

 H1.HeaderClassName
 {
   color: #CFF002;
 }
 .AnyTagClassName
 {
   color: #CFF002;
 }
</style>

background-color css

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

 a { background-color: rgb(207,240,2); }

 div.DivClassName
 {
   background-color: #CFF002;
 }
 .BgClassName
 {
   background-color: #CFF002;
 }
</style>

border-color css

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

 span { border-color: rgb(207,240,2); }

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