Html Css Color HEX #CBE80E Electric Lime

📋 copy color: '#CBE80E'

red 203 ◦ green 232 ◦ blue 14

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

Shades of Electric Lime #CBE80E

Tints of Electric Lime #CBE80E

RGB

 RED value IS 203 (79.69% from 255) = 45.21%

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

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

R = 45.21%
G = 51.67%
B = 3.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CBE80E (or 0xCBE80E) is known color: Electric Lime. HEX triplet: CB, E8 and 0E. RGB value is (203,232,14). Sum of RGB (Red+Green+Blue) = 203+232+14=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE80E is #3417F1. Grayscale: #C7C7C7. Windows color (decimal): -3414002 or 977099. OLE color: 977099.

HSL color Cylindrical-coordinate representation of color #CBE80E: hue angle of 67.98º 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 #CBE80E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 14 -
CMYK 0.12 0 0.94 0.09
HSL 67.98º 0.89% 0.48% -
HSV(B) 67.98º 0.94% 0.91% -
XYZ 53.56 70.44 11.19 -
YUV 198.48 23.89 131.23 -
System Red Green Blue C M Y K H S L
Decimal 203 232 14 0.12 0 0.94 0.09 67.98 0.89 0.48
Hex CB E8 E C 0 5E 9 44 59 30
Octal 313 350 16 14 0 136 11 104 131 60
Binary 11001011 11101000 1110 1100 0 1011110 1001 1000100 1011001 110000

Color Harmonies of #CBE80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE80E

Black with #CBE80E

Text Example


Text Example

White with #CBE80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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