Html Css Color HEX #CBE800 Electric Lime

📋 copy color: '#CBE800'

red 203 ◦ green 232 ◦ blue 0

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

Shades of Electric Lime #CBE800

Tints of Electric Lime #CBE800

RGB

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

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

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

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#CBE800 (or 0xCBE800) is known color: Electric Lime. HEX triplet: CB, E8 and 00. RGB value is (203,232,0). Sum of RGB (Red+Green+Blue) = 203+232+0=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE800 is #3417FF. Grayscale: #C5C5C5. Windows color (decimal): -3414016 or 59595. OLE color: 59595.

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

Color convert

RGB 203 232 0 -
CMYK 0.12 0 1 0.09
HSL 67.5º 1% 0.45% -
HSV(B) 67.5º 1% 0.91% -
XYZ 53.49 70.41 10.77 -
YUV 196.88 16.89 132.36 -
System Red Green Blue C M Y K H S L
Decimal 203 232 0 0.12 0 1 0.09 67.5 1 0.45
Hex CB E8 0 C 0 64 9 44 64 2D
Octal 313 350 0 14 0 144 11 104 144 55
Binary 11001011 11101000 0 1100 0 1100100 1001 1000100 1100100 101101

Color Harmonies of #CBE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE800

Black with #CBE800

Text Example


Text Example

White with #CBE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE800; }

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

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

background-color css

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

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

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

border-color css

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

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

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