Html Css Color HEX #CFFE02 Electric Lime

📋 copy color: '#CFFE02'

red 207 ◦ green 254 ◦ blue 2

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

Shades of Electric Lime #CFFE02

Tints of Electric Lime #CFFE02

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.86%

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

R = 44.71%
G = 54.86%
B = 0.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#CFFE02 (or 0xCFFE02) is known color: Electric Lime. HEX triplet: CF, FE and 02. RGB value is (207,254,2). Sum of RGB (Red+Green+Blue) = 207+254+2=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE02 is #3001FD. Grayscale: #D4D4D4. Windows color (decimal): -3146238 or 196303. OLE color: 196303.

HSL color Cylindrical-coordinate representation of color #CFFE02: hue angle of 71.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFFE02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 254 2 -
CMYK 0.19 0 0.99 0.00
HSL 71.19º 0.99% 0.5% -
HSV(B) 71.19º 0.99% 1% -
XYZ 61.18 84.15 13.08 -
YUV 211.22 9.93 124.99 -
System Red Green Blue C M Y K H S L
Decimal 207 254 2 0.19 0 0.99 0.00 71.19 0.99 0.5
Hex CF FE 2 13 0 63 0 47 63 32
Octal 317 376 2 23 0 143 0 107 143 62
Binary 11001111 11111110 10 10011 0 1100011 0 1000111 1100011 110010

Color Harmonies of #CFFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFE02

Black with #CFFE02

Text Example


Text Example

White with #CFFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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