Html Css Color HEX #34B325 Lime Green

📋 copy color: '#34B325'

red 52 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #34B325

Tints of Lime Green #34B325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.79%

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 19.4%
G = 66.79%
B = 13.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#34B325 (or 0x34B325) is known color: Lime Green. HEX triplet: 34, B3 and 25. RGB value is (52,179,37). Sum of RGB (Red+Green+Blue) = 52+179+37=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #34B325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B325 is #CB4CDA. Grayscale: #7D7D7D. Windows color (decimal): -13323483 or 2470708. OLE color: 2470708.

HSL color Cylindrical-coordinate representation of color #34B325: hue angle of 113.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34B325 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 179 37 -
CMYK 0.71 0 0.79 0.30
HSL 113.66º 0.66% 0.42% -
HSV(B) 113.66º 0.79% 0.7% -
XYZ 17.87 33.1 7.2 -
YUV 124.84 78.42 76.05 -
System Red Green Blue C M Y K H S L
Decimal 52 179 37 0.71 0 0.79 0.30 113.66 0.66 0.42
Hex 34 B3 25 47 0 4F 1E 72 42 2A
Octal 64 263 45 107 0 117 36 162 102 52
Binary 110100 10110011 100101 1000111 0 1001111 11110 1110010 1000010 101010

Color Harmonies of #34B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B325

Black with #34B325

Text Example


Text Example

White with #34B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,179,37); }

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

background-color css

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

 a { background-color: rgb(52,179,37); }

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

border-color css

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

 span { border-color: rgb(52,179,37); }

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