Html Css Color HEX #34FD32 Lime Green

📋 copy color: '#34FD32'

red 52 ◦ green 253 ◦ blue 50

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

Shades of Lime Green #34FD32

Tints of Lime Green #34FD32

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.27%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 14.65%
G = 71.27%
B = 14.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#34FD32 (or 0x34FD32) is known color: Lime Green. HEX triplet: 34, FD and 32. RGB value is (52,253,50). Sum of RGB (Red+Green+Blue) = 52+253+50=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 253 (99.22% from 255 or 71.27% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 253 - color contains mainly: green. Hex color #34FD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FD32 is #CB02CD. Grayscale: #AAAAAA. Windows color (decimal): -13304526 or 3341620. OLE color: 3341620.

HSL color Cylindrical-coordinate representation of color #34FD32: hue angle of 119.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FD32 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 253 50 -
CMYK 0.79 0 0.80 0.01
HSL 119.41º 0.98% 0.59% -
HSV(B) 119.41º 0.8% 0.99% -
XYZ 37.12 71.21 14.81 -
YUV 169.76 60.41 44.01 -
System Red Green Blue C M Y K H S L
Decimal 52 253 50 0.79 0 0.80 0.01 119.41 0.98 0.59
Hex 34 FD 32 4F 0 50 1 77 62 3B
Octal 64 375 62 117 0 120 1 167 142 73
Binary 110100 11111101 110010 1001111 0 1010000 1 1110111 1100010 111011

Color Harmonies of #34FD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FD32

Black with #34FD32

Text Example


Text Example

White with #34FD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,253,50); }

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

background-color css

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

 a { background-color: rgb(52,253,50); }

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

border-color css

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

 span { border-color: rgb(52,253,50); }

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