Html Css Color HEX #CBE80D Electric Lime

📋 copy color: '#CBE80D'

red 203 ◦ green 232 ◦ blue 13

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

Shades of Electric Lime #CBE80D

Tints of Electric Lime #CBE80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 45.31%
G = 51.79%
B = 2.9%

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

#CBE80D (or 0xCBE80D) is known color: Electric Lime. HEX triplet: CB, E8 and 0D. RGB value is (203,232,13). Sum of RGB (Red+Green+Blue) = 203+232+13=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE80D is #3417F2. Grayscale: #C7C7C7. Windows color (decimal): -3414003 or 911563. OLE color: 911563.

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

Color convert

RGB 203 232 13 -
CMYK 0.12 0 0.94 0.09
HSL 67.95º 0.89% 0.48% -
HSV(B) 67.95º 0.94% 0.91% -
XYZ 53.56 70.44 11.15 -
YUV 198.36 23.39 131.31 -
System Red Green Blue C M Y K H S L
Decimal 203 232 13 0.12 0 0.94 0.09 67.95 0.89 0.48
Hex CB E8 D C 0 5E 9 44 59 30
Octal 313 350 15 14 0 136 11 104 131 60
Binary 11001011 11101000 1101 1100 0 1011110 1001 1000100 1011001 110000

Color Harmonies of #CBE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE80D

Black with #CBE80D

Text Example


Text Example

White with #CBE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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