Html Css Color HEX #CFF802 Electric Lime

📋 copy color: '#CFF802'

red 207 ◦ green 248 ◦ blue 2

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

Shades of Electric Lime #CFF802

Tints of Electric Lime #CFF802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.27%

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

R = 45.3%
G = 54.27%
B = 0.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CFF802 (or 0xCFF802) is known color: Electric Lime. HEX triplet: CF, F8 and 02. RGB value is (207,248,2). Sum of RGB (Red+Green+Blue) = 207+248+2=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF802 is #3007FD. Grayscale: #D0D0D0. Windows color (decimal): -3147774 or 194767. OLE color: 194767.

HSL color Cylindrical-coordinate representation of color #CFF802: hue angle of 70º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFF802 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 2 -
CMYK 0.17 0 0.99 0.03
HSL 70º 0.98% 0.49% -
HSV(B) 70º 0.99% 0.97% -
XYZ 59.31 80.4 12.45 -
YUV 207.7 11.92 127.5 -
System Red Green Blue C M Y K H S L
Decimal 207 248 2 0.17 0 0.99 0.03 70 0.98 0.49
Hex CF F8 2 11 0 63 3 46 62 31
Octal 317 370 2 21 0 143 3 106 142 61
Binary 11001111 11111000 10 10001 0 1100011 11 1000110 1100010 110001

Color Harmonies of #CFF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF802

Black with #CFF802

Text Example


Text Example

White with #CFF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF802; }

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

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

background-color css

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

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

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

border-color css

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

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

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