Html Css Color HEX #2FF27B Spring Green

📋 copy color: '#2FF27B'

red 47 ◦ green 242 ◦ blue 123

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

Shades of Spring Green #2FF27B

Tints of Spring Green #2FF27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 11.41%
G = 58.74%
B = 29.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#2FF27B (or 0x2FF27B) is known color: Spring Green. HEX triplet: 2F, F2 and 7B. RGB value is (47,242,123). Sum of RGB (Red+Green+Blue) = 47+242+123=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF27B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF27B is #D00D84. Grayscale: #AAAAAA. Windows color (decimal): -13634949 or 8122927. OLE color: 8122927.

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

Color convert

RGB 47 242 123 -
CMYK 0.81 0 0.49 0.05
HSL 143.38º 0.88% 0.57% -
HSV(B) 143.38º 0.81% 0.95% -
XYZ 36.5 65.54 29.47 -
YUV 170.13 101.4 40.18 -
System Red Green Blue C M Y K H S L
Decimal 47 242 123 0.81 0 0.49 0.05 143.38 0.88 0.57
Hex 2F F2 7B 51 0 31 5 8F 58 39
Octal 57 362 173 121 0 61 5 217 130 71
Binary 101111 11110010 1111011 1010001 0 110001 101 10001111 1011000 111001

Color Harmonies of #2FF27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF27B

Black with #2FF27B

Text Example


Text Example

White with #2FF27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,123); }

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

background-color css

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

 a { background-color: rgb(47,242,123); }

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

border-color css

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

 span { border-color: rgb(47,242,123); }

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