Html Css Color HEX #34BB28 Lime Green

📋 copy color: '#34BB28'

red 52 ◦ green 187 ◦ blue 40

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

Shades of Lime Green #34BB28

Tints of Lime Green #34BB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 18.64%
G = 67.03%
B = 14.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#34BB28 (or 0x34BB28) is known color: Lime Green. HEX triplet: 34, BB and 28. RGB value is (52,187,40). Sum of RGB (Red+Green+Blue) = 52+187+40=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 187 (73.44% from 255 or 67.03% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BB28 is #CB44D7. Grayscale: #828282. Windows color (decimal): -13321432 or 2669364. OLE color: 2669364.

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

Color convert

RGB 52 187 40 -
CMYK 0.72 0 0.79 0.27
HSL 115.1º 0.65% 0.45% -
HSV(B) 115.1º 0.79% 0.73% -
XYZ 19.57 36.42 8.01 -
YUV 129.88 77.27 72.45 -
System Red Green Blue C M Y K H S L
Decimal 52 187 40 0.72 0 0.79 0.27 115.1 0.65 0.45
Hex 34 BB 28 48 0 4F 1B 73 41 2D
Octal 64 273 50 110 0 117 33 163 101 55
Binary 110100 10111011 101000 1001000 0 1001111 11011 1110011 1000001 101101

Color Harmonies of #34BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BB28

Black with #34BB28

Text Example


Text Example

White with #34BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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