Html Css Color HEX #CFFE06 Electric Lime

📋 copy color: '#CFFE06'

red 207 ◦ green 254 ◦ blue 6

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

Shades of Electric Lime #CFFE06

Tints of Electric Lime #CFFE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 44.33%
G = 54.39%
B = 1.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#CFFE06 (or 0xCFFE06) is known color: Electric Lime. HEX triplet: CF, FE and 06. RGB value is (207,254,6). Sum of RGB (Red+Green+Blue) = 207+254+6=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE06 is #3001F9. Grayscale: #D4D4D4. Windows color (decimal): -3146234 or 458447. OLE color: 458447.

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

Color convert

RGB 207 254 6 -
CMYK 0.19 0 0.98 0.00
HSL 71.37º 0.99% 0.51% -
HSV(B) 71.37º 0.98% 1% -
XYZ 61.21 84.16 13.19 -
YUV 211.68 11.93 124.67 -
System Red Green Blue C M Y K H S L
Decimal 207 254 6 0.19 0 0.98 0.00 71.37 0.99 0.51
Hex CF FE 6 13 0 62 0 47 63 33
Octal 317 376 6 23 0 142 0 107 143 63
Binary 11001111 11111110 110 10011 0 1100010 0 1000111 1100011 110011

Color Harmonies of #CFFE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFE06

Black with #CFFE06

Text Example


Text Example

White with #CFFE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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