Html Css Color HEX #2AD51B Lime Green

📋 copy color: '#2AD51B'

red 42 ◦ green 213 ◦ blue 27

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

Shades of Lime Green #2AD51B

Tints of Lime Green #2AD51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.53%

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 14.89%
G = 75.53%
B = 9.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#2AD51B (or 0x2AD51B) is known color: Lime Green. HEX triplet: 2A, D5 and 1B. RGB value is (42,213,27). Sum of RGB (Red+Green+Blue) = 42+213+27=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD51B is #D52AE4. Grayscale: #8D8D8D. Windows color (decimal): -13970149 or 1824042. OLE color: 1824042.

HSL color Cylindrical-coordinate representation of color #2AD51B: hue angle of 115.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AD51B is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 27 -
CMYK 0.80 0 0.87 0.16
HSL 115.16º 0.78% 0.47% -
HSV(B) 115.16º 0.87% 0.84% -
XYZ 24.95 48.16 9.02 -
YUV 140.67 63.85 57.62 -
System Red Green Blue C M Y K H S L
Decimal 42 213 27 0.80 0 0.87 0.16 115.16 0.78 0.47
Hex 2A D5 1B 50 0 57 10 73 4E 2F
Octal 52 325 33 120 0 127 20 163 116 57
Binary 101010 11010101 11011 1010000 0 1010111 10000 1110011 1001110 101111

Color Harmonies of #2AD51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD51B

Black with #2AD51B

Text Example


Text Example

White with #2AD51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,213,27); }

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

background-color css

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

 a { background-color: rgb(42,213,27); }

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

border-color css

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

 span { border-color: rgb(42,213,27); }

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