Html Css Color HEX #CBE302 Electric Lime

📋 copy color: '#CBE302'

red 203 ◦ green 227 ◦ blue 2

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

Shades of Electric Lime #CBE302

Tints of Electric Lime #CBE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.55%

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

R = 46.99%
G = 52.55%
B = 0.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#CBE302 (or 0xCBE302) is known color: Electric Lime. HEX triplet: CB, E3 and 02. RGB value is (203,227,2). Sum of RGB (Red+Green+Blue) = 203+227+2=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE302 is #341CFD. Grayscale: #C3C3C3. Windows color (decimal): -3415294 or 189387. OLE color: 189387.

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

Color convert

RGB 203 227 2 -
CMYK 0.11 0 0.99 0.11
HSL 66.4º 0.98% 0.45% -
HSV(B) 66.4º 0.99% 0.89% -
XYZ 52.11 67.64 10.37 -
YUV 194.17 19.55 134.3 -
System Red Green Blue C M Y K H S L
Decimal 203 227 2 0.11 0 0.99 0.11 66.4 0.98 0.45
Hex CB E3 2 B 0 63 B 42 62 2D
Octal 313 343 2 13 0 143 13 102 142 55
Binary 11001011 11100011 10 1011 0 1100011 1011 1000010 1100010 101101

Color Harmonies of #CBE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE302

Black with #CBE302

Text Example


Text Example

White with #CBE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE302; }

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

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

background-color css

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

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

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

border-color css

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

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

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