Html Css Color HEX #02E483 Spring Green

📋 copy color: '#02E483'

red 2 ◦ green 228 ◦ blue 131

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

Shades of Spring Green #02E483

Tints of Spring Green #02E483

RGB

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

 GREEN value IS 228 (89.45% from 255) = 63.16%

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 0.55%
G = 63.16%
B = 36.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#02E483 (or 0x02E483) is known color: Spring Green. HEX triplet: 02, E4 and 83. RGB value is (2,228,131). Sum of RGB (Red+Green+Blue) = 2+228+131=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #02E483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E483 is #FD1B7C. Grayscale: #959595. Windows color (decimal): -16587645 or 8643586. OLE color: 8643586.

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

Color convert

RGB 2 228 131 -
CMYK 0.99 0 0.43 0.11
HSL 154.25º 0.98% 0.45% -
HSV(B) 154.25º 0.99% 0.89% -
XYZ 31.87 57.14 30.82 -
YUV 149.37 117.63 22.89 -
System Red Green Blue C M Y K H S L
Decimal 2 228 131 0.99 0 0.43 0.11 154.25 0.98 0.45
Hex 2 E4 83 63 0 2B B 9A 62 2D
Octal 2 344 203 143 0 53 13 232 142 55
Binary 10 11100100 10000011 1100011 0 101011 1011 10011010 1100010 101101

Color Harmonies of #02E483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E483

Black with #02E483

Text Example


Text Example

White with #02E483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,228,131); }

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

background-color css

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

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

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

border-color css

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

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

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