Html Css Color HEX #2FF378 Spring Green

📋 copy color: '#2FF378'

red 47 ◦ green 243 ◦ blue 120

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

Shades of Spring Green #2FF378

Tints of Spring Green #2FF378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 11.46%
G = 59.27%
B = 29.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#2FF378 (or 0x2FF378) is known color: Spring Green. HEX triplet: 2F, F3 and 78. RGB value is (47,243,120). Sum of RGB (Red+Green+Blue) = 47+243+120=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF378 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF378 is #D00C87. Grayscale: #AAAAAA. Windows color (decimal): -13634696 or 7926575. OLE color: 7926575.

HSL color Cylindrical-coordinate representation of color #2FF378: hue angle of 142.35º 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 #2FF378 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 243 120 -
CMYK 0.81 0 0.51 0.05
HSL 142.35º 0.89% 0.57% -
HSV(B) 142.35º 0.81% 0.95% -
XYZ 36.61 66.06 28.59 -
YUV 170.37 99.57 40 -
System Red Green Blue C M Y K H S L
Decimal 47 243 120 0.81 0 0.51 0.05 142.35 0.89 0.57
Hex 2F F3 78 51 0 33 5 8E 59 39
Octal 57 363 170 121 0 63 5 216 131 71
Binary 101111 11110011 1111000 1010001 0 110011 101 10001110 1011001 111001

Color Harmonies of #2FF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF378

Black with #2FF378

Text Example


Text Example

White with #2FF378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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