Html Css Color HEX #CBE208 Electric Lime

📋 copy color: '#CBE208'

red 203 ◦ green 226 ◦ blue 8

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

Shades of Electric Lime #CBE208

Tints of Electric Lime #CBE208

RGB

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

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

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

R = 46.45%
G = 51.72%
B = 1.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#CBE208 (or 0xCBE208) is known color: Electric Lime. HEX triplet: CB, E2 and 08. RGB value is (203,226,8). Sum of RGB (Red+Green+Blue) = 203+226+8=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE208 is #341DF7. Grayscale: #C3C3C3. Windows color (decimal): -3415544 or 582347. OLE color: 582347.

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

Color convert

RGB 203 226 8 -
CMYK 0.10 0 0.96 0.11
HSL 66.33º 0.93% 0.46% -
HSV(B) 66.33º 0.96% 0.89% -
XYZ 51.87 67.11 10.45 -
YUV 194.27 22.88 134.23 -
System Red Green Blue C M Y K H S L
Decimal 203 226 8 0.10 0 0.96 0.11 66.33 0.93 0.46
Hex CB E2 8 A 0 60 B 42 5D 2E
Octal 313 342 10 12 0 140 13 102 135 56
Binary 11001011 11100010 1000 1010 0 1100000 1011 1000010 1011101 101110

Color Harmonies of #CBE208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE208

Black with #CBE208

Text Example


Text Example

White with #CBE208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE208; }

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

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

background-color css

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

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

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

border-color css

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

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

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