Html Css Color HEX #CBE805 Electric Lime

📋 copy color: '#CBE805'

red 203 ◦ green 232 ◦ blue 5

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

Shades of Electric Lime #CBE805

Tints of Electric Lime #CBE805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 46.14%
G = 52.73%
B = 1.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CBE805 (or 0xCBE805) is known color: Electric Lime. HEX triplet: CB, E8 and 05. RGB value is (203,232,5). Sum of RGB (Red+Green+Blue) = 203+232+5=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE805 is #3417FA. Grayscale: #C6C6C6. Windows color (decimal): -3414011 or 387275. OLE color: 387275.

HSL color Cylindrical-coordinate representation of color #CBE805: hue angle of 67.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBE805 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 5 -
CMYK 0.12 0 0.98 0.09
HSL 67.67º 0.96% 0.46% -
HSV(B) 67.67º 0.98% 0.91% -
XYZ 53.51 70.42 10.92 -
YUV 197.45 19.39 131.96 -
System Red Green Blue C M Y K H S L
Decimal 203 232 5 0.12 0 0.98 0.09 67.67 0.96 0.46
Hex CB E8 5 C 0 62 9 44 60 2E
Octal 313 350 5 14 0 142 11 104 140 56
Binary 11001011 11101000 101 1100 0 1100010 1001 1000100 1100000 101110

Color Harmonies of #CBE805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE805

Black with #CBE805

Text Example


Text Example

White with #CBE805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE805; }

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

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

background-color css

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

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

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

border-color css

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

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

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