Html Css Color HEX #02EA6B Spring Green

📋 copy color: '#02EA6B'

red 2 ◦ green 234 ◦ blue 107

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

Shades of Spring Green #02EA6B

Tints of Spring Green #02EA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 0.58%
G = 68.22%
B = 31.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#02EA6B (or 0x02EA6B) is known color: Spring Green. HEX triplet: 02, EA and 6B. RGB value is (2,234,107). Sum of RGB (Red+Green+Blue) = 2+234+107=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EA6B is #FD1594. Grayscale: #969696. Windows color (decimal): -16586133 or 7072258. OLE color: 7072258.

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

Color convert

RGB 2 234 107 -
CMYK 0.99 0 0.54 0.08
HSL 147.16º 0.98% 0.46% -
HSV(B) 147.16º 0.99% 0.92% -
XYZ 32.1 59.92 23.78 -
YUV 150.15 103.64 22.33 -
System Red Green Blue C M Y K H S L
Decimal 2 234 107 0.99 0 0.54 0.08 147.16 0.98 0.46
Hex 2 EA 6B 63 0 36 8 93 62 2E
Octal 2 352 153 143 0 66 10 223 142 56
Binary 10 11101010 1101011 1100011 0 110110 1000 10010011 1100010 101110

Color Harmonies of #02EA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA6B

Black with #02EA6B

Text Example


Text Example

White with #02EA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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