Html Css Color HEX #34BD2D Lime Green

📋 copy color: '#34BD2D'

red 52 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #34BD2D

Tints of Lime Green #34BD2D

RGB

 RED value IS 52 (20.7% from 255) = 18.18%

 GREEN value IS 189 (74.22% from 255) = 66.08%

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

R = 18.18%
G = 66.08%
B = 15.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#34BD2D (or 0x34BD2D) is known color: Lime Green. HEX triplet: 34, BD and 2D. RGB value is (52,189,45). Sum of RGB (Red+Green+Blue) = 52+189+45=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BD2D is #CB42D2. Grayscale: #848484. Windows color (decimal): -13320915 or 2997556. OLE color: 2997556.

HSL color Cylindrical-coordinate representation of color #34BD2D: hue angle of 117.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34BD2D is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 189 45 -
CMYK 0.72 0 0.76 0.26
HSL 117.08º 0.62% 0.46% -
HSV(B) 117.08º 0.76% 0.74% -
XYZ 20.09 37.31 8.63 -
YUV 131.62 79.11 71.21 -
System Red Green Blue C M Y K H S L
Decimal 52 189 45 0.72 0 0.76 0.26 117.08 0.62 0.46
Hex 34 BD 2D 48 0 4C 1A 75 3E 2E
Octal 64 275 55 110 0 114 32 165 76 56
Binary 110100 10111101 101101 1001000 0 1001100 11010 1110101 111110 101110

Color Harmonies of #34BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BD2D

Black with #34BD2D

Text Example


Text Example

White with #34BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34BD2D; }

 p { color: rgb(52,189,45); }

 H1.HeaderClassName
 {
   color: #34BD2D;
 }
 .AnyTagClassName
 {
   color: #34BD2D;
 }
</style>

background-color css

<style>
 a { background-color: #34BD2D; }

 a { background-color: rgb(52,189,45); }

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

border-color css

<style>
 span { border-color: #34BD2D; }

 span { border-color: rgb(52,189,45); }

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