Html Css Color HEX #02EA02 Lime

📋 copy color: '#02EA02'

red 2 ◦ green 234 ◦ blue 2

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

Shades of Lime #02EA02

Tints of Lime #02EA02

RGB

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

 GREEN value IS 234 (91.8% from 255) = 98.32%

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

R = 0.84%
G = 98.32%
B = 0.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#02EA02 (or 0x02EA02) is known color: Lime. HEX triplet: 02, EA and 02. RGB value is (2,234,2). Sum of RGB (Red+Green+Blue) = 2+234+2=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 234 (91.80% from 255 or 98.32% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02EA02 is #FD15FD. Grayscale: #8A8A8A. Windows color (decimal): -16586238 or 190978. OLE color: 190978.

HSL color Cylindrical-coordinate representation of color #02EA02: hue angle of 120º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EA02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 234 2 -
CMYK 0.99 0 0.99 0.08
HSL 120º 0.98% 0.46% -
HSV(B) 120º 0.99% 0.92% -
XYZ 29.46 58.86 9.87 -
YUV 138.18 51.14 30.86 -
System Red Green Blue C M Y K H S L
Decimal 2 234 2 0.99 0 0.99 0.08 120 0.98 0.46
Hex 2 EA 2 63 0 63 8 78 62 2E
Octal 2 352 2 143 0 143 10 170 142 56
Binary 10 11101010 10 1100011 0 1100011 1000 1111000 1100010 101110

Color Harmonies of #02EA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA02

Black with #02EA02

Text Example


Text Example

White with #02EA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,234,2); }

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

background-color css

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

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

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

border-color css

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

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

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