Html Css Color HEX #CBE202 Electric Lime

📋 copy color: '#CBE202'

red 203 ◦ green 226 ◦ blue 2

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

Shades of Electric Lime #CBE202

Tints of Electric Lime #CBE202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 47.1%
G = 52.44%
B = 0.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#CBE202 (or 0xCBE202) is known color: Electric Lime. HEX triplet: CB, E2 and 02. RGB value is (203,226,2). Sum of RGB (Red+Green+Blue) = 203+226+2=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE202 is #341DFD. Grayscale: #C2C2C2. Windows color (decimal): -3415550 or 189131. OLE color: 189131.

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

Color convert

RGB 203 226 2 -
CMYK 0.10 0 0.99 0.11
HSL 66.16º 0.98% 0.45% -
HSV(B) 66.16º 0.99% 0.89% -
XYZ 51.84 67.09 10.28 -
YUV 193.59 19.88 134.71 -
System Red Green Blue C M Y K H S L
Decimal 203 226 2 0.10 0 0.99 0.11 66.16 0.98 0.45
Hex CB E2 2 A 0 63 B 42 62 2D
Octal 313 342 2 12 0 143 13 102 142 55
Binary 11001011 11100010 10 1010 0 1100011 1011 1000010 1100010 101101

Color Harmonies of #CBE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE202

Black with #CBE202

Text Example


Text Example

White with #CBE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE202; }

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

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

background-color css

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

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

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

border-color css

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

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

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