Html Css Color HEX #CBE106 Electric Lime

📋 copy color: '#CBE106'

red 203 ◦ green 225 ◦ blue 6

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

Shades of Electric Lime #CBE106

Tints of Electric Lime #CBE106

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.84%

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

R = 46.77%
G = 51.84%
B = 1.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CBE106 (or 0xCBE106) is known color: Electric Lime. HEX triplet: CB, E1 and 06. RGB value is (203,225,6). Sum of RGB (Red+Green+Blue) = 203+225+6=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE106 is #341EF9. Grayscale: #C2C2C2. Windows color (decimal): -3415802 or 451019. OLE color: 451019.

HSL color Cylindrical-coordinate representation of color #CBE106: hue angle of 66.03º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE106 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 6 -
CMYK 0.10 0 0.97 0.12
HSL 66.03º 0.95% 0.45% -
HSV(B) 66.03º 0.97% 0.88% -
XYZ 51.59 66.56 10.3 -
YUV 193.46 22.21 134.81 -
System Red Green Blue C M Y K H S L
Decimal 203 225 6 0.10 0 0.97 0.12 66.03 0.95 0.45
Hex CB E1 6 A 0 61 C 42 5F 2D
Octal 313 341 6 12 0 141 14 102 137 55
Binary 11001011 11100001 110 1010 0 1100001 1100 1000010 1011111 101101

Color Harmonies of #CBE106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE106

Black with #CBE106

Text Example


Text Example

White with #CBE106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE106; }

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

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

background-color css

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

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

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

border-color css

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

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

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