Html Css Color HEX #34BE3A Lime Green

📋 copy color: '#34BE3A'

red 52 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #34BE3A

Tints of Lime Green #34BE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.33%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 17.33%
G = 63.33%
B = 19.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#34BE3A (or 0x34BE3A) is known color: Lime Green. HEX triplet: 34, BE and 3A. RGB value is (52,190,58). Sum of RGB (Red+Green+Blue) = 52+190+58=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BE3A is #CB41C5. Grayscale: #868686. Windows color (decimal): -13320646 or 3849780. OLE color: 3849780.

HSL color Cylindrical-coordinate representation of color #34BE3A: hue angle of 122.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BE3A is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 190 58 -
CMYK 0.73 0 0.69 0.25
HSL 122.61º 0.57% 0.47% -
HSV(B) 122.61º 0.73% 0.75% -
XYZ 20.59 37.86 10.23 -
YUV 133.69 85.28 69.73 -
System Red Green Blue C M Y K H S L
Decimal 52 190 58 0.73 0 0.69 0.25 122.61 0.57 0.47
Hex 34 BE 3A 49 0 45 19 7B 39 2F
Octal 64 276 72 111 0 105 31 173 71 57
Binary 110100 10111110 111010 1001001 0 1000101 11001 1111011 111001 101111

Color Harmonies of #34BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BE3A

Black with #34BE3A

Text Example


Text Example

White with #34BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,190,58); }

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

background-color css

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

 a { background-color: rgb(52,190,58); }

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

border-color css

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

 span { border-color: rgb(52,190,58); }

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