Html Css Color HEX #2AF48A Spring Green

📋 copy color: '#2AF48A'

red 42 ◦ green 244 ◦ blue 138

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

Shades of Spring Green #2AF48A

Tints of Spring Green #2AF48A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.55%

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 9.91%
G = 57.55%
B = 32.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#2AF48A (or 0x2AF48A) is known color: Spring Green. HEX triplet: 2A, F4 and 8A. RGB value is (42,244,138). Sum of RGB (Red+Green+Blue) = 42+244+138=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF48A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF48A is #D50B75. Grayscale: #ABABAB. Windows color (decimal): -13962102 or 9106474. OLE color: 9106474.

HSL color Cylindrical-coordinate representation of color #2AF48A: hue angle of 148.51º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF48A is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 244 138 -
CMYK 0.83 0 0.43 0.04
HSL 148.51º 0.9% 0.56% -
HSV(B) 148.51º 0.83% 0.96% -
XYZ 37.89 67.03 34.99 -
YUV 171.52 109.08 35.62 -
System Red Green Blue C M Y K H S L
Decimal 42 244 138 0.83 0 0.43 0.04 148.51 0.9 0.56
Hex 2A F4 8A 53 0 2B 4 95 5A 38
Octal 52 364 212 123 0 53 4 225 132 70
Binary 101010 11110100 10001010 1010011 0 101011 100 10010101 1011010 111000

Color Harmonies of #2AF48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF48A

Black with #2AF48A

Text Example


Text Example

White with #2AF48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,244,138); }

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

background-color css

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

 a { background-color: rgb(42,244,138); }

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

border-color css

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

 span { border-color: rgb(42,244,138); }

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