Html Css Color HEX #CBEA00 Electric Lime

📋 copy color: '#CBEA00'

red 203 ◦ green 234 ◦ blue 0

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

Shades of Electric Lime #CBEA00

Tints of Electric Lime #CBEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.55%

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

R = 46.45%
G = 53.55%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#CBEA00 (or 0xCBEA00) is known color: Electric Lime. HEX triplet: CB, EA and 00. RGB value is (203,234,0). Sum of RGB (Red+Green+Blue) = 203+234+0=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA00 is #3415FF. Grayscale: #C6C6C6. Windows color (decimal): -3413504 or 60107. OLE color: 60107.

HSL color Cylindrical-coordinate representation of color #CBEA00: hue angle of 67.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBEA00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 0 -
CMYK 0.13 0 1 0.08
HSL 67.95º 1% 0.46% -
HSV(B) 67.95º 1% 0.92% -
XYZ 54.05 71.54 10.96 -
YUV 198.06 16.23 131.53 -
System Red Green Blue C M Y K H S L
Decimal 203 234 0 0.13 0 1 0.08 67.95 1 0.46
Hex CB EA 0 D 0 64 8 44 64 2E
Octal 313 352 0 15 0 144 10 104 144 56
Binary 11001011 11101010 0 1101 0 1100100 1000 1000100 1100100 101110

Color Harmonies of #CBEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA00

Black with #CBEA00

Text Example


Text Example

White with #CBEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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