Html Css Color HEX #2DAF3D Lime Green

📋 copy color: '#2DAF3D'

red 45 ◦ green 175 ◦ blue 61

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

Shades of Lime Green #2DAF3D

Tints of Lime Green #2DAF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 16.01%
G = 62.28%
B = 21.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#2DAF3D (or 0x2DAF3D) is known color: Lime Green. HEX triplet: 2D, AF and 3D. RGB value is (45,175,61). Sum of RGB (Red+Green+Blue) = 45+175+61=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF3D is #D250C2. Grayscale: #7B7B7B. Windows color (decimal): -13783235 or 4042541. OLE color: 4042541.

HSL color Cylindrical-coordinate representation of color #2DAF3D: hue angle of 127.38º 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 #2DAF3D is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 175 61 -
CMYK 0.74 0 0.65 0.31
HSL 127.38º 0.59% 0.43% -
HSV(B) 127.38º 0.74% 0.69% -
XYZ 17.25 31.55 9.6 -
YUV 123.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 45 175 61 0.74 0 0.65 0.31 127.38 0.59 0.43
Hex 2D AF 3D 4A 0 41 1F 7F 3B 2B
Octal 55 257 75 112 0 101 37 177 73 53
Binary 101101 10101111 111101 1001010 0 1000001 11111 1111111 111011 101011

Color Harmonies of #2DAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF3D

Black with #2DAF3D

Text Example


Text Example

White with #2DAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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