Html Css Color HEX #34B730 Lime Green

📋 copy color: '#34B730'

red 52 ◦ green 183 ◦ blue 48

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

Shades of Lime Green #34B730

Tints of Lime Green #34B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 64.66%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 18.37%
G = 64.66%
B = 16.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#34B730 (or 0x34B730) is known color: Lime Green. HEX triplet: 34, B7 and 30. RGB value is (52,183,48). Sum of RGB (Red+Green+Blue) = 52+183+48=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #34B730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B730 is #CB48CF. Grayscale: #808080. Windows color (decimal): -13322448 or 3192628. OLE color: 3192628.

HSL color Cylindrical-coordinate representation of color #34B730: hue angle of 118.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34B730 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 183 48 -
CMYK 0.72 0 0.74 0.28
HSL 118.22º 0.58% 0.45% -
HSV(B) 118.22º 0.74% 0.72% -
XYZ 18.88 34.81 8.52 -
YUV 128.44 82.6 73.48 -
System Red Green Blue C M Y K H S L
Decimal 52 183 48 0.72 0 0.74 0.28 118.22 0.58 0.45
Hex 34 B7 30 48 0 4A 1C 76 3A 2D
Octal 64 267 60 110 0 112 34 166 72 55
Binary 110100 10110111 110000 1001000 0 1001010 11100 1110110 111010 101101

Color Harmonies of #34B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B730

Black with #34B730

Text Example


Text Example

White with #34B730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,183,48); }

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

background-color css

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

 a { background-color: rgb(52,183,48); }

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

border-color css

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

 span { border-color: rgb(52,183,48); }

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