Html Css Color HEX #2AFF88 Spring Green

📋 copy color: '#2AFF88'

red 42 ◦ green 255 ◦ blue 136

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

Shades of Spring Green #2AFF88

Tints of Spring Green #2AFF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 9.7%
G = 58.89%
B = 31.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#2AFF88 (or 0x2AFF88) is known color: Spring Green. HEX triplet: 2A, FF and 88. RGB value is (42,255,136). Sum of RGB (Red+Green+Blue) = 42+255+136=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF88 is #D50077. Grayscale: #B2B2B2. Windows color (decimal): -13959288 or 8978218. OLE color: 8978218.

HSL color Cylindrical-coordinate representation of color #2AFF88: hue angle of 146.48º 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 #2AFF88 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 42 255 136 -
CMYK 0.84 0 0.47 0
HSL 146.48º 1% 0.58% -
HSV(B) 146.48º 0.84% 1% -
XYZ 41.16 73.79 35.37 -
YUV 177.75 104.43 31.18 -
System Red Green Blue C M Y K H S L
Decimal 42 255 136 0.84 0 0.47 0 146.48 1 0.58
Hex 2A FF 88 54 0 2F 0 92 64 3A
Octal 52 377 210 124 0 57 0 222 144 72
Binary 101010 11111111 10001000 1010100 0 101111 0 10010010 1100100 111010

Color Harmonies of #2AFF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF88

Black with #2AFF88

Text Example


Text Example

White with #2AFF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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