Html Css Color HEX #CBE200 Electric Lime

📋 copy color: '#CBE200'

red 203 ◦ green 226 ◦ blue 0

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

Shades of Electric Lime #CBE200

Tints of Electric Lime #CBE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.68%

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

R = 47.32%
G = 52.68%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#CBE200 (or 0xCBE200) is known color: Electric Lime. HEX triplet: CB, E2 and 00. RGB value is (203,226,0). Sum of RGB (Red+Green+Blue) = 203+226+0=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE200 is #341DFF. Grayscale: #C2C2C2. Windows color (decimal): -3415552 or 58059. OLE color: 58059.

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

Color convert

RGB 203 226 0 -
CMYK 0.10 0 1 0.11
HSL 66.11º 1% 0.44% -
HSV(B) 66.11º 1% 0.89% -
XYZ 51.82 67.09 10.22 -
YUV 193.36 18.88 134.88 -
System Red Green Blue C M Y K H S L
Decimal 203 226 0 0.10 0 1 0.11 66.11 1 0.44
Hex CB E2 0 A 0 64 B 42 64 2C
Octal 313 342 0 12 0 144 13 102 144 54
Binary 11001011 11100010 0 1010 0 1100100 1011 1000010 1100100 101100

Color Harmonies of #CBE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE200

Black with #CBE200

Text Example


Text Example

White with #CBE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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