Html Css Color HEX #2AFE6C Spring Green

📋 copy color: '#2AFE6C'

red 42 ◦ green 254 ◦ blue 108

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

Shades of Spring Green #2AFE6C

Tints of Spring Green #2AFE6C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 62.87%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 10.4%
G = 62.87%
B = 26.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#2AFE6C (or 0x2AFE6C) is known color: Spring Green. HEX triplet: 2A, FE and 6C. RGB value is (42,254,108). Sum of RGB (Red+Green+Blue) = 42+254+108=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 254 (99.61% from 255 or 62.87% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE6C is #D50193. Grayscale: #AEAEAE. Windows color (decimal): -13959572 or 7142954. OLE color: 7142954.

HSL color Cylindrical-coordinate representation of color #2AFE6C: hue angle of 138.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE6C is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 108 -
CMYK 0.83 0 0.57 0.00
HSL 138.68º 0.99% 0.58% -
HSV(B) 138.68º 0.83% 1% -
XYZ 39.1 72.46 26.11 -
YUV 173.97 90.76 33.87 -
System Red Green Blue C M Y K H S L
Decimal 42 254 108 0.83 0 0.57 0.00 138.68 0.99 0.58
Hex 2A FE 6C 53 0 39 0 8B 63 3A
Octal 52 376 154 123 0 71 0 213 143 72
Binary 101010 11111110 1101100 1010011 0 111001 0 10001011 1100011 111010

Color Harmonies of #2AFE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFE6C

Black with #2AFE6C

Text Example


Text Example

White with #2AFE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,254,108); }

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

background-color css

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

 a { background-color: rgb(42,254,108); }

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

border-color css

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

 span { border-color: rgb(42,254,108); }

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