Html Css Color HEX #02E300 Lime

📋 copy color: '#02E300'

red 2 ◦ green 227 ◦ blue 0

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

Shades of Lime #02E300

Tints of Lime #02E300

RGB

 RED value IS 2 (1.17% from 255) = 0.87%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.87%
G = 99.13%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#02E300 (or 0x02E300) is known color: Lime. HEX triplet: 02, E3 and 00. RGB value is (2,227,0). Sum of RGB (Red+Green+Blue) = 2+227+0=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 227 (89.06% from 255 or 99.13% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 227 - color contains mainly: green. Hex color #02E300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E300 is #FD1CFF. Grayscale: #868686. Windows color (decimal): -16588032 or 58114. OLE color: 58114.

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

Color convert

RGB 2 227 0 -
CMYK 0.99 0 1 0.11
HSL 119.47º 1% 0.45% -
HSV(B) 119.47º 1% 0.89% -
XYZ 27.49 54.95 9.16 -
YUV 133.85 52.46 33.96 -
System Red Green Blue C M Y K H S L
Decimal 2 227 0 0.99 0 1 0.11 119.47 1 0.45
Hex 2 E3 0 63 0 64 B 77 64 2D
Octal 2 343 0 143 0 144 13 167 144 55
Binary 10 11100011 0 1100011 0 1100100 1011 1110111 1100100 101101

Color Harmonies of #02E300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E300

Black with #02E300

Text Example


Text Example

White with #02E300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02E300; }

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

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

background-color css

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

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

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

border-color css

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

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

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