Html Css Color HEX #CBE000 Electric Lime

📋 copy color: '#CBE000'

red 203 ◦ green 224 ◦ blue 0

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

Shades of Electric Lime #CBE000

Tints of Electric Lime #CBE000

RGB

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

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

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

R = 47.54%
G = 52.46%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#CBE000 (or 0xCBE000) is known color: Electric Lime. HEX triplet: CB, E0 and 00. RGB value is (203,224,0). Sum of RGB (Red+Green+Blue) = 203+224+0=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE000 is #341FFF. Grayscale: #C1C1C1. Windows color (decimal): -3416064 or 57547. OLE color: 57547.

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

Color convert

RGB 203 224 0 -
CMYK 0.09 0 1 0.12
HSL 65.63º 1% 0.44% -
HSV(B) 65.63º 1% 0.88% -
XYZ 51.28 66.01 10.04 -
YUV 192.19 19.54 135.71 -
System Red Green Blue C M Y K H S L
Decimal 203 224 0 0.09 0 1 0.12 65.63 1 0.44
Hex CB E0 0 9 0 64 C 42 64 2C
Octal 313 340 0 11 0 144 14 102 144 54
Binary 11001011 11100000 0 1001 0 1100100 1100 1000010 1100100 101100

Color Harmonies of #CBE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE000

Black with #CBE000

Text Example


Text Example

White with #CBE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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