Html Css Color HEX #02E37C Spring Green

📋 copy color: '#02E37C'

red 2 ◦ green 227 ◦ blue 124

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

Shades of Spring Green #02E37C

Tints of Spring Green #02E37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 0.57%
G = 64.31%
B = 35.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#02E37C (or 0x02E37C) is known color: Spring Green. HEX triplet: 02, E3 and 7C. RGB value is (2,227,124). Sum of RGB (Red+Green+Blue) = 2+227+124=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 227 (89.06% from 255 or 64.31% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 227 - color contains mainly: green. Hex color #02E37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E37C is #FD1C83. Grayscale: #949494. Windows color (decimal): -16587908 or 8184578. OLE color: 8184578.

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

Color convert

RGB 2 227 124 -
CMYK 0.99 0 0.45 0.11
HSL 152.53º 0.98% 0.45% -
HSV(B) 152.53º 0.99% 0.89% -
XYZ 31.13 56.41 28.32 -
YUV 147.98 114.46 23.88 -
System Red Green Blue C M Y K H S L
Decimal 2 227 124 0.99 0 0.45 0.11 152.53 0.98 0.45
Hex 2 E3 7C 63 0 2D B 99 62 2D
Octal 2 343 174 143 0 55 13 231 142 55
Binary 10 11100011 1111100 1100011 0 101101 1011 10011001 1100010 101101

Color Harmonies of #02E37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E37C

Black with #02E37C

Text Example


Text Example

White with #02E37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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