Html Css Color HEX #CFE80E Electric Lime

📋 copy color: '#CFE80E'

red 207 ◦ green 232 ◦ blue 14

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

Shades of Electric Lime #CFE80E

Tints of Electric Lime #CFE80E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.21%

 BLUE value IS 14 (5.86% from 255) = 3.09%

R = 45.7%
G = 51.21%
B = 3.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CFE80E (or 0xCFE80E) is known color: Electric Lime. HEX triplet: CF, E8 and 0E. RGB value is (207,232,14). Sum of RGB (Red+Green+Blue) = 207+232+14=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE80E is #3017F1. Grayscale: #C8C8C8. Windows color (decimal): -3151858 or 977103. OLE color: 977103.

HSL color Cylindrical-coordinate representation of color #CFE80E: hue angle of 66.88º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE80E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 14 -
CMYK 0.11 0 0.94 0.09
HSL 66.88º 0.89% 0.48% -
HSV(B) 66.88º 0.94% 0.91% -
XYZ 54.67 71.01 11.24 -
YUV 199.67 23.22 133.23 -
System Red Green Blue C M Y K H S L
Decimal 207 232 14 0.11 0 0.94 0.09 66.88 0.89 0.48
Hex CF E8 E B 0 5E 9 43 59 30
Octal 317 350 16 13 0 136 11 103 131 60
Binary 11001111 11101000 1110 1011 0 1011110 1001 1000011 1011001 110000

Color Harmonies of #CFE80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE80E

Black with #CFE80E

Text Example


Text Example

White with #CFE80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE80E; }

 p { color: rgb(207,232,14); }

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

background-color css

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

 a { background-color: rgb(207,232,14); }

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

border-color css

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

 span { border-color: rgb(207,232,14); }

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