Html Css Color HEX #CBE500 Electric Lime

📋 copy color: '#CBE500'

red 203 ◦ green 229 ◦ blue 0

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

Shades of Electric Lime #CBE500

Tints of Electric Lime #CBE500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.99%
G = 53.01%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#CBE500 (or 0xCBE500) is known color: Electric Lime. HEX triplet: CB, E5 and 00. RGB value is (203,229,0). Sum of RGB (Red+Green+Blue) = 203+229+0=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE500 is #341AFF. Grayscale: #C4C4C4. Windows color (decimal): -3414784 or 58827. OLE color: 58827.

HSL color Cylindrical-coordinate representation of color #CBE500: hue angle of 66.81º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBE500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 0 -
CMYK 0.11 0 1 0.10
HSL 66.81º 1% 0.45% -
HSV(B) 66.81º 1% 0.9% -
XYZ 52.65 68.74 10.49 -
YUV 195.12 17.89 133.62 -
System Red Green Blue C M Y K H S L
Decimal 203 229 0 0.11 0 1 0.10 66.81 1 0.45
Hex CB E5 0 B 0 64 A 43 64 2D
Octal 313 345 0 13 0 144 12 103 144 55
Binary 11001011 11100101 0 1011 0 1100100 1010 1000011 1100100 101101

Color Harmonies of #CBE500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE500

Black with #CBE500

Text Example


Text Example

White with #CBE500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE500; }

 p { color: rgb(203,229,0); }

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

background-color css

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

 a { background-color: rgb(203,229,0); }

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

border-color css

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

 span { border-color: rgb(203,229,0); }

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