Html Css Color HEX #CBE408 Electric Lime

📋 copy color: '#CBE408'

red 203 ◦ green 228 ◦ blue 8

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

Shades of Electric Lime #CBE408

Tints of Electric Lime #CBE408

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.94%

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

R = 46.24%
G = 51.94%
B = 1.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#CBE408 (or 0xCBE408) is known color: Electric Lime. HEX triplet: CB, E4 and 08. RGB value is (203,228,8). Sum of RGB (Red+Green+Blue) = 203+228+8=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE408 is #341BF7. Grayscale: #C4C4C4. Windows color (decimal): -3415032 or 582859. OLE color: 582859.

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

Color convert

RGB 203 228 8 -
CMYK 0.11 0 0.96 0.11
HSL 66.82º 0.93% 0.46% -
HSV(B) 66.82º 0.96% 0.89% -
XYZ 52.42 68.2 10.63 -
YUV 195.45 22.22 133.39 -
System Red Green Blue C M Y K H S L
Decimal 203 228 8 0.11 0 0.96 0.11 66.82 0.93 0.46
Hex CB E4 8 B 0 60 B 43 5D 2E
Octal 313 344 10 13 0 140 13 103 135 56
Binary 11001011 11100100 1000 1011 0 1100000 1011 1000011 1011101 101110

Color Harmonies of #CBE408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE408

Black with #CBE408

Text Example


Text Example

White with #CBE408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE408; }

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

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

background-color css

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

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

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

border-color css

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

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

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