Html Css Color HEX #CBE204 Electric Lime

📋 copy color: '#CBE204'

red 203 ◦ green 226 ◦ blue 4

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

Shades of Electric Lime #CBE204

Tints of Electric Lime #CBE204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 46.88%
G = 52.19%
B = 0.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CBE204 (or 0xCBE204) is known color: Electric Lime. HEX triplet: CB, E2 and 04. RGB value is (203,226,4). Sum of RGB (Red+Green+Blue) = 203+226+4=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE204 is #341DFB. Grayscale: #C2C2C2. Windows color (decimal): -3415548 or 320203. OLE color: 320203.

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

Color convert

RGB 203 226 4 -
CMYK 0.10 0 0.98 0.11
HSL 66.22º 0.97% 0.45% -
HSV(B) 66.22º 0.98% 0.89% -
XYZ 51.85 67.1 10.33 -
YUV 193.82 20.88 134.55 -
System Red Green Blue C M Y K H S L
Decimal 203 226 4 0.10 0 0.98 0.11 66.22 0.97 0.45
Hex CB E2 4 A 0 62 B 42 61 2D
Octal 313 342 4 12 0 142 13 102 141 55
Binary 11001011 11100010 100 1010 0 1100010 1011 1000010 1100001 101101

Color Harmonies of #CBE204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE204

Black with #CBE204

Text Example


Text Example

White with #CBE204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE204; }

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

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

background-color css

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

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

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

border-color css

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

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

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