Html Css Color HEX #34BA3E Lime Green

📋 copy color: '#34BA3E'

red 52 ◦ green 186 ◦ blue 62

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

Shades of Lime Green #34BA3E

Tints of Lime Green #34BA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 17.33%
G = 62%
B = 20.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#34BA3E (or 0x34BA3E) is known color: Lime Green. HEX triplet: 34, BA and 3E. RGB value is (52,186,62). Sum of RGB (Red+Green+Blue) = 52+186+62=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA3E is #CB45C1. Grayscale: #848484. Windows color (decimal): -13321666 or 4110900. OLE color: 4110900.

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

Color convert

RGB 52 186 62 -
CMYK 0.72 0 0.67 0.27
HSL 124.48º 0.56% 0.47% -
HSV(B) 124.48º 0.72% 0.73% -
XYZ 19.84 36.2 10.5 -
YUV 131.8 88.61 71.08 -
System Red Green Blue C M Y K H S L
Decimal 52 186 62 0.72 0 0.67 0.27 124.48 0.56 0.47
Hex 34 BA 3E 48 0 43 1B 7C 38 2F
Octal 64 272 76 110 0 103 33 174 70 57
Binary 110100 10111010 111110 1001000 0 1000011 11011 1111100 111000 101111

Color Harmonies of #34BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA3E

Black with #34BA3E

Text Example


Text Example

White with #34BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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