Html Css Color HEX #02E682 Spring Green

📋 copy color: '#02E682'

red 2 ◦ green 230 ◦ blue 130

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

Shades of Spring Green #02E682

Tints of Spring Green #02E682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 63.54%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 0.55%
G = 63.54%
B = 35.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#02E682 (or 0x02E682) is known color: Spring Green. HEX triplet: 02, E6 and 82. RGB value is (2,230,130). Sum of RGB (Red+Green+Blue) = 2+230+130=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 230 (90.23% from 255 or 63.54% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 230 - color contains mainly: green. Hex color #02E682 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E682 is #FD197D. Grayscale: #969696. Windows color (decimal): -16587134 or 8578562. OLE color: 8578562.

HSL color Cylindrical-coordinate representation of color #02E682: hue angle of 153.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E682 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 230 130 -
CMYK 0.99 0 0.43 0.10
HSL 153.68º 0.98% 0.45% -
HSV(B) 153.68º 0.99% 0.9% -
XYZ 32.35 58.22 30.65 -
YUV 150.43 116.46 22.13 -
System Red Green Blue C M Y K H S L
Decimal 2 230 130 0.99 0 0.43 0.10 153.68 0.98 0.45
Hex 2 E6 82 63 0 2B A 9A 62 2D
Octal 2 346 202 143 0 53 12 232 142 55
Binary 10 11100110 10000010 1100011 0 101011 1010 10011010 1100010 101101

Color Harmonies of #02E682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E682

Black with #02E682

Text Example


Text Example

White with #02E682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,230,130); }

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

background-color css

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

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

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

border-color css

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

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

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