Html Css Color HEX #34C51F Lime Green

📋 copy color: '#34C51F'

red 52 ◦ green 197 ◦ blue 31

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

Shades of Lime Green #34C51F

Tints of Lime Green #34C51F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.36%

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

R = 18.57%
G = 70.36%
B = 11.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#34C51F (or 0x34C51F) is known color: Lime Green. HEX triplet: 34, C5 and 1F. RGB value is (52,197,31). Sum of RGB (Red+Green+Blue) = 52+197+31=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #34C51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C51F is #CB3AE0. Grayscale: #878787. Windows color (decimal): -13318881 or 2082100. OLE color: 2082100.

HSL color Cylindrical-coordinate representation of color #34C51F: hue angle of 112.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34C51F is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 52 197 31 -
CMYK 0.74 0 0.84 0.23
HSL 112.41º 0.73% 0.45% -
HSV(B) 112.41º 0.84% 0.77% -
XYZ 21.63 40.76 8.02 -
YUV 134.72 69.46 69 -
System Red Green Blue C M Y K H S L
Decimal 52 197 31 0.74 0 0.84 0.23 112.41 0.73 0.45
Hex 34 C5 1F 4A 0 54 17 70 49 2D
Octal 64 305 37 112 0 124 27 160 111 55
Binary 110100 11000101 11111 1001010 0 1010100 10111 1110000 1001001 101101

Color Harmonies of #34C51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C51F

Black with #34C51F

Text Example


Text Example

White with #34C51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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