Html Css Color HEX #2AFF78 Spring Green

📋 copy color: '#2AFF78'

red 42 ◦ green 255 ◦ blue 120

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

Shades of Spring Green #2AFF78

Tints of Spring Green #2AFF78

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 10.07%
G = 61.15%
B = 28.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#2AFF78 (or 0x2AFF78) is known color: Spring Green. HEX triplet: 2A, FF and 78. RGB value is (42,255,120). Sum of RGB (Red+Green+Blue) = 42+255+120=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF78 is #D50087. Grayscale: #B0B0B0. Windows color (decimal): -13959304 or 7929642. OLE color: 7929642.

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

Color convert

RGB 42 255 120 -
CMYK 0.84 0 0.53 0
HSL 141.97º 1% 0.58% -
HSV(B) 141.97º 0.84% 1% -
XYZ 40.11 73.37 29.82 -
YUV 175.92 96.43 32.48 -
System Red Green Blue C M Y K H S L
Decimal 42 255 120 0.84 0 0.53 0 141.97 1 0.58
Hex 2A FF 78 54 0 35 0 8E 64 3A
Octal 52 377 170 124 0 65 0 216 144 72
Binary 101010 11111111 1111000 1010100 0 110101 0 10001110 1100100 111010

Color Harmonies of #2AFF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF78

Black with #2AFF78

Text Example


Text Example

White with #2AFF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,255,120); }

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

background-color css

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

 a { background-color: rgb(42,255,120); }

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

border-color css

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

 span { border-color: rgb(42,255,120); }

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