Html Css Color HEX #CFEC14 Electric Lime

📋 copy color: '#CFEC14'

red 207 ◦ green 236 ◦ blue 20

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

Shades of Electric Lime #CFEC14

Tints of Electric Lime #CFEC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.32%

R = 44.71%
G = 50.97%
B = 4.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CFEC14 (or 0xCFEC14) is known color: Electric Lime. HEX triplet: CF, EC and 14. RGB value is (207,236,20). Sum of RGB (Red+Green+Blue) = 207+236+20=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC14 is #3013EB. Grayscale: #CBCBCB. Windows color (decimal): -3150828 or 1371343. OLE color: 1371343.

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

Color convert

RGB 207 236 20 -
CMYK 0.12 0 0.92 0.07
HSL 68.06º 0.85% 0.5% -
HSV(B) 68.06º 0.92% 0.93% -
XYZ 55.85 73.31 11.87 -
YUV 202.71 24.89 131.06 -
System Red Green Blue C M Y K H S L
Decimal 207 236 20 0.12 0 0.92 0.07 68.06 0.85 0.5
Hex CF EC 14 C 0 5C 7 44 55 32
Octal 317 354 24 14 0 134 7 104 125 62
Binary 11001111 11101100 10100 1100 0 1011100 111 1000100 1010101 110010

Color Harmonies of #CFEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC14

Black with #CFEC14

Text Example


Text Example

White with #CFEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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