Html Css Color HEX #34BB30 Lime Green

📋 copy color: '#34BB30'

red 52 ◦ green 187 ◦ blue 48

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

Shades of Lime Green #34BB30

Tints of Lime Green #34BB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 65.16%

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

R = 18.12%
G = 65.16%
B = 16.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#34BB30 (or 0x34BB30) is known color: Lime Green. HEX triplet: 34, BB and 30. RGB value is (52,187,48). Sum of RGB (Red+Green+Blue) = 52+187+48=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BB30 is #CB44CF. Grayscale: #838383. Windows color (decimal): -13321424 or 3193652. OLE color: 3193652.

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

Color convert

RGB 52 187 48 -
CMYK 0.72 0 0.74 0.27
HSL 118.27º 0.59% 0.46% -
HSV(B) 118.27º 0.74% 0.73% -
XYZ 19.72 36.48 8.8 -
YUV 130.79 81.27 71.8 -
System Red Green Blue C M Y K H S L
Decimal 52 187 48 0.72 0 0.74 0.27 118.27 0.59 0.46
Hex 34 BB 30 48 0 4A 1B 76 3B 2E
Octal 64 273 60 110 0 112 33 166 73 56
Binary 110100 10111011 110000 1001000 0 1001010 11011 1110110 111011 101110

Color Harmonies of #34BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BB30

Black with #34BB30

Text Example


Text Example

White with #34BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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