Html Css Color HEX #2AFE68 Spring Green

📋 copy color: '#2AFE68'

red 42 ◦ green 254 ◦ blue 104

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

Shades of Spring Green #2AFE68

Tints of Spring Green #2AFE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26%

R = 10.5%
G = 63.5%
B = 26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#2AFE68 (or 0x2AFE68) is known color: Spring Green. HEX triplet: 2A, FE and 68. RGB value is (42,254,104). Sum of RGB (Red+Green+Blue) = 42+254+104=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE68 is #D50197. Grayscale: #ADADAD. Windows color (decimal): -13959576 or 6880810. OLE color: 6880810.

HSL color Cylindrical-coordinate representation of color #2AFE68: hue angle of 137.55º 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 #2AFE68 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 104 -
CMYK 0.83 0 0.59 0.00
HSL 137.55º 0.99% 0.58% -
HSV(B) 137.55º 0.83% 1% -
XYZ 38.9 72.38 25.02 -
YUV 173.51 88.76 34.2 -
System Red Green Blue C M Y K H S L
Decimal 42 254 104 0.83 0 0.59 0.00 137.55 0.99 0.58
Hex 2A FE 68 53 0 3B 0 8A 63 3A
Octal 52 376 150 123 0 73 0 212 143 72
Binary 101010 11111110 1101000 1010011 0 111011 0 10001010 1100011 111010

Color Harmonies of #2AFE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFE68

Black with #2AFE68

Text Example


Text Example

White with #2AFE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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