Html Css Color HEX #34BA2F Lime Green

📋 copy color: '#34BA2F'

red 52 ◦ green 186 ◦ blue 47

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

Shades of Lime Green #34BA2F

Tints of Lime Green #34BA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.26%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 18.25%
G = 65.26%
B = 16.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#34BA2F (or 0x34BA2F) is known color: Lime Green. HEX triplet: 34, BA and 2F. RGB value is (52,186,47). Sum of RGB (Red+Green+Blue) = 52+186+47=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA2F is #CB45D0. Grayscale: #828282. Windows color (decimal): -13321681 or 3127860. OLE color: 3127860.

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

Color convert

RGB 52 186 47 -
CMYK 0.72 0 0.75 0.27
HSL 117.84º 0.6% 0.46% -
HSV(B) 117.84º 0.75% 0.73% -
XYZ 19.49 36.05 8.62 -
YUV 130.09 81.11 72.3 -
System Red Green Blue C M Y K H S L
Decimal 52 186 47 0.72 0 0.75 0.27 117.84 0.6 0.46
Hex 34 BA 2F 48 0 4B 1B 76 3C 2E
Octal 64 272 57 110 0 113 33 166 74 56
Binary 110100 10111010 101111 1001000 0 1001011 11011 1110110 111100 101110

Color Harmonies of #34BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA2F

Black with #34BA2F

Text Example


Text Example

White with #34BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,47); }

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

background-color css

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

 a { background-color: rgb(52,186,47); }

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

border-color css

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

 span { border-color: rgb(52,186,47); }

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