Html Css Color HEX #2AF36E Spring Green

📋 copy color: '#2AF36E'

red 42 ◦ green 243 ◦ blue 110

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

Shades of Spring Green #2AF36E

Tints of Spring Green #2AF36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 10.63%
G = 61.52%
B = 27.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#2AF36E (or 0x2AF36E) is known color: Spring Green. HEX triplet: 2A, F3 and 6E. RGB value is (42,243,110). Sum of RGB (Red+Green+Blue) = 42+243+110=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF36E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF36E is #D50C91. Grayscale: #A8A8A8. Windows color (decimal): -13962386 or 7271210. OLE color: 7271210.

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

Color convert

RGB 42 243 110 -
CMYK 0.83 0 0.55 0.05
HSL 140.3º 0.89% 0.56% -
HSV(B) 140.3º 0.83% 0.95% -
XYZ 35.82 65.72 25.55 -
YUV 167.74 95.41 38.31 -
System Red Green Blue C M Y K H S L
Decimal 42 243 110 0.83 0 0.55 0.05 140.3 0.89 0.56
Hex 2A F3 6E 53 0 37 5 8C 59 38
Octal 52 363 156 123 0 67 5 214 131 70
Binary 101010 11110011 1101110 1010011 0 110111 101 10001100 1011001 111000

Color Harmonies of #2AF36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF36E

Black with #2AF36E

Text Example


Text Example

White with #2AF36E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,243,110); }

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

background-color css

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

 a { background-color: rgb(42,243,110); }

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

border-color css

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

 span { border-color: rgb(42,243,110); }

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