Html Css Color HEX #CBE206 Electric Lime

📋 copy color: '#CBE206'

red 203 ◦ green 226 ◦ blue 6

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

Shades of Electric Lime #CBE206

Tints of Electric Lime #CBE206

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.95%

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

R = 46.67%
G = 51.95%
B = 1.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CBE206 (or 0xCBE206) is known color: Electric Lime. HEX triplet: CB, E2 and 06. RGB value is (203,226,6). Sum of RGB (Red+Green+Blue) = 203+226+6=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE206 is #341DF9. Grayscale: #C2C2C2. Windows color (decimal): -3415546 or 451275. OLE color: 451275.

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

Color convert

RGB 203 226 6 -
CMYK 0.10 0 0.97 0.11
HSL 66.27º 0.95% 0.45% -
HSV(B) 66.27º 0.97% 0.89% -
XYZ 51.86 67.1 10.39 -
YUV 194.04 21.88 134.39 -
System Red Green Blue C M Y K H S L
Decimal 203 226 6 0.10 0 0.97 0.11 66.27 0.95 0.45
Hex CB E2 6 A 0 61 B 42 5F 2D
Octal 313 342 6 12 0 141 13 102 137 55
Binary 11001011 11100010 110 1010 0 1100001 1011 1000010 1011111 101101

Color Harmonies of #CBE206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE206

Black with #CBE206

Text Example


Text Example

White with #CBE206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE206; }

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

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

background-color css

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

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

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

border-color css

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

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

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