Html Css Color HEX #2FF380 Spring Green

📋 copy color: '#2FF380'

red 47 ◦ green 243 ◦ blue 128

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

Shades of Spring Green #2FF380

Tints of Spring Green #2FF380

RGB

 RED value IS 47 (18.75% from 255) = 11.24%

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 11.24%
G = 58.13%
B = 30.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#2FF380 (or 0x2FF380) is known color: Spring Green. HEX triplet: 2F, F3 and 80. RGB value is (47,243,128). Sum of RGB (Red+Green+Blue) = 47+243+128=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF380 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF380 is #D00C7F. Grayscale: #ABABAB. Windows color (decimal): -13634688 or 8450863. OLE color: 8450863.

HSL color Cylindrical-coordinate representation of color #2FF380: hue angle of 144.8º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF380 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 243 128 -
CMYK 0.81 0 0.47 0.05
HSL 144.8º 0.89% 0.57% -
HSV(B) 144.8º 0.81% 0.95% -
XYZ 37.12 66.26 31.26 -
YUV 171.29 103.57 39.35 -
System Red Green Blue C M Y K H S L
Decimal 47 243 128 0.81 0 0.47 0.05 144.8 0.89 0.57
Hex 2F F3 80 51 0 2F 5 91 59 39
Octal 57 363 200 121 0 57 5 221 131 71
Binary 101111 11110011 10000000 1010001 0 101111 101 10010001 1011001 111001

Color Harmonies of #2FF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF380

Black with #2FF380

Text Example


Text Example

White with #2FF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF380; }

 p { color: rgb(47,243,128); }

 H1.HeaderClassName
 {
   color: #2FF380;
 }
 .AnyTagClassName
 {
   color: #2FF380;
 }
</style>

background-color css

<style>
 a { background-color: #2FF380; }

 a { background-color: rgb(47,243,128); }

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

border-color css

<style>
 span { border-color: #2FF380; }

 span { border-color: rgb(47,243,128); }

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