Html Css Color HEX #34C62F Lime Green

📋 copy color: '#34C62F'

red 52 ◦ green 198 ◦ blue 47

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

Shades of Lime Green #34C62F

Tints of Lime Green #34C62F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 66.67%

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 17.51%
G = 66.67%
B = 15.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#34C62F (or 0x34C62F) is known color: Lime Green. HEX triplet: 34, C6 and 2F. RGB value is (52,198,47). Sum of RGB (Red+Green+Blue) = 52+198+47=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #34C62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C62F is #CB39D0. Grayscale: #898989. Windows color (decimal): -13318609 or 3130932. OLE color: 3130932.

HSL color Cylindrical-coordinate representation of color #34C62F: hue angle of 118.01º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34C62F is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 198 47 -
CMYK 0.74 0 0.76 0.22
HSL 118.01º 0.62% 0.48% -
HSV(B) 118.01º 0.76% 0.78% -
XYZ 22.12 41.32 9.5 -
YUV 137.13 77.13 67.28 -
System Red Green Blue C M Y K H S L
Decimal 52 198 47 0.74 0 0.76 0.22 118.01 0.62 0.48
Hex 34 C6 2F 4A 0 4C 16 76 3E 30
Octal 64 306 57 112 0 114 26 166 76 60
Binary 110100 11000110 101111 1001010 0 1001100 10110 1110110 111110 110000

Color Harmonies of #34C62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C62F

Black with #34C62F

Text Example


Text Example

White with #34C62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,198,47); }

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

background-color css

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

 a { background-color: rgb(52,198,47); }

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

border-color css

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

 span { border-color: rgb(52,198,47); }

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