Html Css Color HEX #CFEC0A Electric Lime

📋 copy color: '#CFEC0A'

red 207 ◦ green 236 ◦ blue 10

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

Shades of Electric Lime #CFEC0A

Tints of Electric Lime #CFEC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 45.7%
G = 52.1%
B = 2.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#CFEC0A (or 0xCFEC0A) is known color: Electric Lime. HEX triplet: CF, EC and 0A. RGB value is (207,236,10). Sum of RGB (Red+Green+Blue) = 207+236+10=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC0A is #3013F5. Grayscale: #CACACA. Windows color (decimal): -3150838 or 715983. OLE color: 715983.

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

Color convert

RGB 207 236 10 -
CMYK 0.12 0 0.96 0.07
HSL 67.7º 0.92% 0.48% -
HSV(B) 67.7º 0.96% 0.93% -
XYZ 55.78 73.28 11.49 -
YUV 201.57 19.89 131.88 -
System Red Green Blue C M Y K H S L
Decimal 207 236 10 0.12 0 0.96 0.07 67.7 0.92 0.48
Hex CF EC A C 0 60 7 44 5C 30
Octal 317 354 12 14 0 140 7 104 134 60
Binary 11001111 11101100 1010 1100 0 1100000 111 1000100 1011100 110000

Color Harmonies of #CFEC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC0A

Black with #CFEC0A

Text Example


Text Example

White with #CFEC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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