Html Css Color HEX #34BA1F Lime Green

📋 copy color: '#34BA1F'

red 52 ◦ green 186 ◦ blue 31

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

Shades of Lime Green #34BA1F

Tints of Lime Green #34BA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 19.33%
G = 69.14%
B = 11.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#34BA1F (or 0x34BA1F) is known color: Lime Green. HEX triplet: 34, BA and 1F. RGB value is (52,186,31). Sum of RGB (Red+Green+Blue) = 52+186+31=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA1F is #CB45E0. Grayscale: #808080. Windows color (decimal): -13321697 or 2079284. OLE color: 2079284.

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

Color convert

RGB 52 186 31 -
CMYK 0.72 0 0.83 0.27
HSL 111.87º 0.71% 0.43% -
HSV(B) 111.87º 0.83% 0.73% -
XYZ 19.22 35.95 7.22 -
YUV 128.26 73.11 73.6 -
System Red Green Blue C M Y K H S L
Decimal 52 186 31 0.72 0 0.83 0.27 111.87 0.71 0.43
Hex 34 BA 1F 48 0 53 1B 70 47 2B
Octal 64 272 37 110 0 123 33 160 107 53
Binary 110100 10111010 11111 1001000 0 1010011 11011 1110000 1000111 101011

Color Harmonies of #34BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA1F

Black with #34BA1F

Text Example


Text Example

White with #34BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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