Html Css Color HEX #CFEC08 Electric Lime

📋 copy color: '#CFEC08'

red 207 ◦ green 236 ◦ blue 8

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

Shades of Electric Lime #CFEC08

Tints of Electric Lime #CFEC08

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.33%

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 45.9%
G = 52.33%
B = 1.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#CFEC08 (or 0xCFEC08) is known color: Electric Lime. HEX triplet: CF, EC and 08. RGB value is (207,236,8). Sum of RGB (Red+Green+Blue) = 207+236+8=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 8 (3.52% from 255 or 1.77% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC08 is #3013F7. Grayscale: #CACACA. Windows color (decimal): -3150840 or 584911. OLE color: 584911.

HSL color Cylindrical-coordinate representation of color #CFEC08: hue angle of 67.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFEC08 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 8 -
CMYK 0.12 0 0.97 0.07
HSL 67.63º 0.93% 0.48% -
HSV(B) 67.63º 0.97% 0.93% -
XYZ 55.77 73.27 11.43 -
YUV 201.34 18.89 132.04 -
System Red Green Blue C M Y K H S L
Decimal 207 236 8 0.12 0 0.97 0.07 67.63 0.93 0.48
Hex CF EC 8 C 0 61 7 44 5D 30
Octal 317 354 10 14 0 141 7 104 135 60
Binary 11001111 11101100 1000 1100 0 1100001 111 1000100 1011101 110000

Color Harmonies of #CFEC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC08

Black with #CFEC08

Text Example


Text Example

White with #CFEC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC08; }

 p { color: rgb(207,236,8); }

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

background-color css

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

 a { background-color: rgb(207,236,8); }

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

border-color css

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

 span { border-color: rgb(207,236,8); }

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