Html Css Color HEX #2AB92D Lime Green

📋 copy color: '#2AB92D'

red 42 ◦ green 185 ◦ blue 45

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

Shades of Lime Green #2AB92D

Tints of Lime Green #2AB92D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 68.01%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 15.44%
G = 68.01%
B = 16.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#2AB92D (or 0x2AB92D) is known color: Lime Green. HEX triplet: 2A, B9 and 2D. RGB value is (42,185,45). Sum of RGB (Red+Green+Blue) = 42+185+45=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 185 (72.66% from 255 or 68.01% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB92D is #D546D2. Grayscale: #7E7E7E. Windows color (decimal): -13977299 or 2996522. OLE color: 2996522.

HSL color Cylindrical-coordinate representation of color #2AB92D: hue angle of 121.26º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB92D is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 45 -
CMYK 0.77 0 0.76 0.27
HSL 121.26º 0.63% 0.45% -
HSV(B) 121.26º 0.77% 0.73% -
XYZ 18.78 35.38 8.32 -
YUV 126.28 82.12 67.88 -
System Red Green Blue C M Y K H S L
Decimal 42 185 45 0.77 0 0.76 0.27 121.26 0.63 0.45
Hex 2A B9 2D 4D 0 4C 1B 79 3F 2D
Octal 52 271 55 115 0 114 33 171 77 55
Binary 101010 10111001 101101 1001101 0 1001100 11011 1111001 111111 101101

Color Harmonies of #2AB92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB92D

Black with #2AB92D

Text Example


Text Example

White with #2AB92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,45); }

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

background-color css

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

 a { background-color: rgb(42,185,45); }

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

border-color css

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

 span { border-color: rgb(42,185,45); }

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