Html Css Color HEX #02F27D Spring Green

📋 copy color: '#02F27D'

red 2 ◦ green 242 ◦ blue 125

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

Shades of Spring Green #02F27D

Tints of Spring Green #02F27D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.58%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 0.54%
G = 65.58%
B = 33.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#02F27D (or 0x02F27D) is known color: Spring Green. HEX triplet: 02, F2 and 7D. RGB value is (2,242,125). Sum of RGB (Red+Green+Blue) = 2+242+125=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #02F27D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F27D is #FD0D82. Grayscale: #9D9D9D. Windows color (decimal): -16584067 or 8253954. OLE color: 8253954.

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

Color convert

RGB 2 242 125 -
CMYK 0.99 0 0.48 0.05
HSL 150.75º 0.98% 0.48% -
HSV(B) 150.75º 0.99% 0.95% -
XYZ 35.48 65 30.08 -
YUV 156.9 109.99 17.51 -
System Red Green Blue C M Y K H S L
Decimal 2 242 125 0.99 0 0.48 0.05 150.75 0.98 0.48
Hex 2 F2 7D 63 0 30 5 97 62 30
Octal 2 362 175 143 0 60 5 227 142 60
Binary 10 11110010 1111101 1100011 0 110000 101 10010111 1100010 110000

Color Harmonies of #02F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F27D

Black with #02F27D

Text Example


Text Example

White with #02F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,242,125); }

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

background-color css

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

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

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

border-color css

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

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

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