Html Css Color HEX #CBE508 Electric Lime

📋 copy color: '#CBE508'

red 203 ◦ green 229 ◦ blue 8

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

Shades of Electric Lime #CBE508

Tints of Electric Lime #CBE508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 46.14%
G = 52.05%
B = 1.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CBE508 (or 0xCBE508) is known color: Electric Lime. HEX triplet: CB, E5 and 08. RGB value is (203,229,8). Sum of RGB (Red+Green+Blue) = 203+229+8=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE508 is #341AF7. Grayscale: #C4C4C4. Windows color (decimal): -3414776 or 583115. OLE color: 583115.

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

Color convert

RGB 203 229 8 -
CMYK 0.11 0 0.97 0.10
HSL 67.06º 0.93% 0.46% -
HSV(B) 67.06º 0.97% 0.9% -
XYZ 52.69 68.75 10.72 -
YUV 196.03 21.89 132.97 -
System Red Green Blue C M Y K H S L
Decimal 203 229 8 0.11 0 0.97 0.10 67.06 0.93 0.46
Hex CB E5 8 B 0 61 A 43 5D 2E
Octal 313 345 10 13 0 141 12 103 135 56
Binary 11001011 11100101 1000 1011 0 1100001 1010 1000011 1011101 101110

Color Harmonies of #CBE508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE508

Black with #CBE508

Text Example


Text Example

White with #CBE508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE508; }

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

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

background-color css

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

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

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

border-color css

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

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

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