Html Css Color HEX #34BB2C Lime Green

📋 copy color: '#34BB2C'

red 52 ◦ green 187 ◦ blue 44

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

Shades of Lime Green #34BB2C

Tints of Lime Green #34BB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 18.37%
G = 66.08%
B = 15.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#34BB2C (or 0x34BB2C) is known color: Lime Green. HEX triplet: 34, BB and 2C. RGB value is (52,187,44). Sum of RGB (Red+Green+Blue) = 52+187+44=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BB2C is #CB44D3. Grayscale: #828282. Windows color (decimal): -13321428 or 2931508. OLE color: 2931508.

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

Color convert

RGB 52 187 44 -
CMYK 0.72 0 0.76 0.27
HSL 116.64º 0.62% 0.45% -
HSV(B) 116.64º 0.76% 0.73% -
XYZ 19.64 36.45 8.38 -
YUV 130.33 79.27 72.13 -
System Red Green Blue C M Y K H S L
Decimal 52 187 44 0.72 0 0.76 0.27 116.64 0.62 0.45
Hex 34 BB 2C 48 0 4C 1B 75 3E 2D
Octal 64 273 54 110 0 114 33 165 76 55
Binary 110100 10111011 101100 1001000 0 1001100 11011 1110101 111110 101101

Color Harmonies of #34BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BB2C

Black with #34BB2C

Text Example


Text Example

White with #34BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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