Html Css Color HEX #CBE506 Electric Lime

📋 copy color: '#CBE506'

red 203 ◦ green 229 ◦ blue 6

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

Shades of Electric Lime #CBE506

Tints of Electric Lime #CBE506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 46.35%
G = 52.28%
B = 1.37%

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

#CBE506 (or 0xCBE506) is known color: Electric Lime. HEX triplet: CB, E5 and 06. RGB value is (203,229,6). Sum of RGB (Red+Green+Blue) = 203+229+6=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE506 is #341AF9. Grayscale: #C4C4C4. Windows color (decimal): -3414778 or 452043. OLE color: 452043.

HSL color Cylindrical-coordinate representation of color #CBE506: hue angle of 67º degrees, saturation: 0.95, 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 #CBE506 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 6 -
CMYK 0.11 0 0.97 0.10
HSL 67º 0.95% 0.46% -
HSV(B) 67º 0.97% 0.9% -
XYZ 52.68 68.75 10.67 -
YUV 195.8 20.89 133.13 -
System Red Green Blue C M Y K H S L
Decimal 203 229 6 0.11 0 0.97 0.10 67 0.95 0.46
Hex CB E5 6 B 0 61 A 43 5F 2E
Octal 313 345 6 13 0 141 12 103 137 56
Binary 11001011 11100101 110 1011 0 1100001 1010 1000011 1011111 101110

Color Harmonies of #CBE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE506

Black with #CBE506

Text Example


Text Example

White with #CBE506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE506; }

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

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

background-color css

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

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

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

border-color css

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

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

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