Html Css Color HEX #34B62D Lime Green

📋 copy color: '#34B62D'

red 52 ◦ green 182 ◦ blue 45

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

Shades of Lime Green #34B62D

Tints of Lime Green #34B62D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 65.23%

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

R = 18.64%
G = 65.23%
B = 16.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#34B62D (or 0x34B62D) is known color: Lime Green. HEX triplet: 34, B6 and 2D. RGB value is (52,182,45). Sum of RGB (Red+Green+Blue) = 52+182+45=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 182 (71.48% from 255 or 65.23% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 182 - color contains mainly: green. Hex color #34B62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B62D is #CB49D2. Grayscale: #7F7F7F. Windows color (decimal): -13322707 or 2995764. OLE color: 2995764.

HSL color Cylindrical-coordinate representation of color #34B62D: hue angle of 116.93º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34B62D is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 182 45 -
CMYK 0.71 0 0.75 0.29
HSL 116.93º 0.6% 0.45% -
HSV(B) 116.93º 0.75% 0.71% -
XYZ 18.62 34.38 8.14 -
YUV 127.51 81.43 74.14 -
System Red Green Blue C M Y K H S L
Decimal 52 182 45 0.71 0 0.75 0.29 116.93 0.6 0.45
Hex 34 B6 2D 47 0 4B 1D 75 3C 2D
Octal 64 266 55 107 0 113 35 165 74 55
Binary 110100 10110110 101101 1000111 0 1001011 11101 1110101 111100 101101

Color Harmonies of #34B62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B62D

Black with #34B62D

Text Example


Text Example

White with #34B62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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