Html Css Color HEX #CFEC10 Electric Lime

📋 copy color: '#CFEC10'

red 207 ◦ green 236 ◦ blue 16

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

Shades of Electric Lime #CFEC10

Tints of Electric Lime #CFEC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 45.1%
G = 51.42%
B = 3.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CFEC10 (or 0xCFEC10) is known color: Electric Lime. HEX triplet: CF, EC and 10. RGB value is (207,236,16). Sum of RGB (Red+Green+Blue) = 207+236+16=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC10 is #3013EF. Grayscale: #CBCBCB. Windows color (decimal): -3150832 or 1109199. OLE color: 1109199.

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

Color convert

RGB 207 236 16 -
CMYK 0.12 0 0.93 0.07
HSL 67.91º 0.87% 0.49% -
HSV(B) 67.91º 0.93% 0.93% -
XYZ 55.82 73.29 11.7 -
YUV 202.25 22.89 131.39 -
System Red Green Blue C M Y K H S L
Decimal 207 236 16 0.12 0 0.93 0.07 67.91 0.87 0.49
Hex CF EC 10 C 0 5D 7 44 57 31
Octal 317 354 20 14 0 135 7 104 127 61
Binary 11001111 11101100 10000 1100 0 1011101 111 1000100 1010111 110001

Color Harmonies of #CFEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC10

Black with #CFEC10

Text Example


Text Example

White with #CFEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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