Html Css Color HEX #2AF988 Spring Green

📋 copy color: '#2AF988'

red 42 ◦ green 249 ◦ blue 136

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

Shades of Spring Green #2AF988

Tints of Spring Green #2AF988

RGB

 RED value IS 42 (16.8% from 255) = 9.84%

 GREEN value IS 249 (97.66% from 255) = 58.31%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 9.84%
G = 58.31%
B = 31.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#2AF988 (or 0x2AF988) is known color: Spring Green. HEX triplet: 2A, F9 and 88. RGB value is (42,249,136). Sum of RGB (Red+Green+Blue) = 42+249+136=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF988 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF988 is #D50677. Grayscale: #AEAEAE. Windows color (decimal): -13960824 or 8976682. OLE color: 8976682.

HSL color Cylindrical-coordinate representation of color #2AF988: hue angle of 147.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF988 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 136 -
CMYK 0.83 0 0.45 0.02
HSL 147.25º 0.95% 0.57% -
HSV(B) 147.25º 0.83% 0.98% -
XYZ 39.27 70.02 34.74 -
YUV 174.23 106.42 33.69 -
System Red Green Blue C M Y K H S L
Decimal 42 249 136 0.83 0 0.45 0.02 147.25 0.95 0.57
Hex 2A F9 88 53 0 2D 2 93 5F 39
Octal 52 371 210 123 0 55 2 223 137 71
Binary 101010 11111001 10001000 1010011 0 101101 10 10010011 1011111 111001

Color Harmonies of #2AF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF988

Black with #2AF988

Text Example


Text Example

White with #2AF988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,136); }

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

background-color css

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

 a { background-color: rgb(42,249,136); }

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

border-color css

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

 span { border-color: rgb(42,249,136); }

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