Html Css Color HEX #CFEC05 Electric Lime

📋 copy color: '#CFEC05'

red 207 ◦ green 236 ◦ blue 5

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

Shades of Electric Lime #CFEC05

Tints of Electric Lime #CFEC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 46.21%
G = 52.68%
B = 1.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CFEC05 (or 0xCFEC05) is known color: Electric Lime. HEX triplet: CF, EC and 05. RGB value is (207,236,5). Sum of RGB (Red+Green+Blue) = 207+236+5=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC05 is #3013FA. Grayscale: #C9C9C9. Windows color (decimal): -3150843 or 388303. OLE color: 388303.

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

Color convert

RGB 207 236 5 -
CMYK 0.12 0 0.98 0.07
HSL 67.53º 0.96% 0.47% -
HSV(B) 67.53º 0.98% 0.93% -
XYZ 55.75 73.27 11.35 -
YUV 201 17.39 132.28 -
System Red Green Blue C M Y K H S L
Decimal 207 236 5 0.12 0 0.98 0.07 67.53 0.96 0.47
Hex CF EC 5 C 0 62 7 44 60 2F
Octal 317 354 5 14 0 142 7 104 140 57
Binary 11001111 11101100 101 1100 0 1100010 111 1000100 1100000 101111

Color Harmonies of #CFEC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC05

Black with #CFEC05

Text Example


Text Example

White with #CFEC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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