Html Css Color HEX #34BA35 Lime Green

📋 copy color: '#34BA35'

red 52 ◦ green 186 ◦ blue 53

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

Shades of Lime Green #34BA35

Tints of Lime Green #34BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 17.87%
G = 63.92%
B = 18.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#34BA35 (or 0x34BA35) is known color: Lime Green. HEX triplet: 34, BA and 35. RGB value is (52,186,53). Sum of RGB (Red+Green+Blue) = 52+186+53=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA35 is #CB45CA. Grayscale: #838383. Windows color (decimal): -13321675 or 3521076. OLE color: 3521076.

HSL color Cylindrical-coordinate representation of color #34BA35: hue angle of 120.45º 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 #34BA35 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 53 -
CMYK 0.72 0 0.72 0.27
HSL 120.45º 0.56% 0.47% -
HSV(B) 120.45º 0.72% 0.73% -
XYZ 19.62 36.1 9.3 -
YUV 130.77 84.11 71.81 -
System Red Green Blue C M Y K H S L
Decimal 52 186 53 0.72 0 0.72 0.27 120.45 0.56 0.47
Hex 34 BA 35 48 0 48 1B 78 38 2F
Octal 64 272 65 110 0 110 33 170 70 57
Binary 110100 10111010 110101 1001000 0 1001000 11011 1111000 111000 101111

Color Harmonies of #34BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA35

Black with #34BA35

Text Example


Text Example

White with #34BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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