Html Css Color HEX #02F375 Spring Green

📋 copy color: '#02F375'

red 2 ◦ green 243 ◦ blue 117

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

Shades of Spring Green #02F375

Tints of Spring Green #02F375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.13%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 0.55%
G = 67.13%
B = 32.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#02F375 (or 0x02F375) is known color: Spring Green. HEX triplet: 02, F3 and 75. RGB value is (2,243,117). Sum of RGB (Red+Green+Blue) = 2+243+117=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #02F375 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F375 is #FD0C8A. Grayscale: #9C9C9C. Windows color (decimal): -16583819 or 7729922. OLE color: 7729922.

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

Color convert

RGB 2 243 117 -
CMYK 0.99 0 0.52 0.05
HSL 148.63º 0.98% 0.48% -
HSV(B) 148.63º 0.99% 0.95% -
XYZ 35.29 65.4 27.59 -
YUV 156.58 105.66 17.75 -
System Red Green Blue C M Y K H S L
Decimal 2 243 117 0.99 0 0.52 0.05 148.63 0.98 0.48
Hex 2 F3 75 63 0 34 5 95 62 30
Octal 2 363 165 143 0 64 5 225 142 60
Binary 10 11110011 1110101 1100011 0 110100 101 10010101 1100010 110000

Color Harmonies of #02F375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F375

Black with #02F375

Text Example


Text Example

White with #02F375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,243,117); }

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

background-color css

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

 a { background-color: rgb(2,243,117); }

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

border-color css

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

 span { border-color: rgb(2,243,117); }

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