Html Css Color HEX #CBE005 Electric Lime

📋 copy color: '#CBE005'

red 203 ◦ green 224 ◦ blue 5

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

Shades of Electric Lime #CBE005

Tints of Electric Lime #CBE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.85%

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

R = 46.99%
G = 51.85%
B = 1.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CBE005 (or 0xCBE005) is known color: Electric Lime. HEX triplet: CB, E0 and 05. RGB value is (203,224,5). Sum of RGB (Red+Green+Blue) = 203+224+5=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE005 is #341FFA. Grayscale: #C1C1C1. Windows color (decimal): -3416059 or 385227. OLE color: 385227.

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

Color convert

RGB 203 224 5 -
CMYK 0.09 0 0.98 0.12
HSL 65.75º 0.96% 0.45% -
HSV(B) 65.75º 0.98% 0.88% -
XYZ 51.31 66.02 10.18 -
YUV 192.76 22.04 135.31 -
System Red Green Blue C M Y K H S L
Decimal 203 224 5 0.09 0 0.98 0.12 65.75 0.96 0.45
Hex CB E0 5 9 0 62 C 42 60 2D
Octal 313 340 5 11 0 142 14 102 140 55
Binary 11001011 11100000 101 1001 0 1100010 1100 1000010 1100000 101101

Color Harmonies of #CBE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE005

Black with #CBE005

Text Example


Text Example

White with #CBE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE005; }

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

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

background-color css

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

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

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

border-color css

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

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

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