Html Css Color HEX #2DAF38 Lime Green

📋 copy color: '#2DAF38'

red 45 ◦ green 175 ◦ blue 56

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

Shades of Lime Green #2DAF38

Tints of Lime Green #2DAF38

RGB

 RED value IS 45 (17.97% from 255) = 16.3%

 GREEN value IS 175 (68.75% from 255) = 63.41%

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 16.3%
G = 63.41%
B = 20.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#2DAF38 (or 0x2DAF38) is known color: Lime Green. HEX triplet: 2D, AF and 38. RGB value is (45,175,56). Sum of RGB (Red+Green+Blue) = 45+175+56=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF38 is #D250C7. Grayscale: #7A7A7A. Windows color (decimal): -13783240 or 3714861. OLE color: 3714861.

HSL color Cylindrical-coordinate representation of color #2DAF38: hue angle of 125.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF38 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 175 56 -
CMYK 0.74 0 0.68 0.31
HSL 125.08º 0.59% 0.43% -
HSV(B) 125.08º 0.74% 0.69% -
XYZ 17.13 31.5 8.92 -
YUV 122.56 90.43 72.68 -
System Red Green Blue C M Y K H S L
Decimal 45 175 56 0.74 0 0.68 0.31 125.08 0.59 0.43
Hex 2D AF 38 4A 0 44 1F 7D 3B 2B
Octal 55 257 70 112 0 104 37 175 73 53
Binary 101101 10101111 111000 1001010 0 1000100 11111 1111101 111011 101011

Color Harmonies of #2DAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF38

Black with #2DAF38

Text Example


Text Example

White with #2DAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,175,56); }

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

background-color css

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

 a { background-color: rgb(45,175,56); }

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

border-color css

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

 span { border-color: rgb(45,175,56); }

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