Html Css Color HEX #34F432 Lime Green

📋 copy color: '#34F432'

red 52 ◦ green 244 ◦ blue 50

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

Shades of Lime Green #34F432

Tints of Lime Green #34F432

RGB

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

 GREEN value IS 244 (95.7% from 255) = 70.52%

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

R = 15.03%
G = 70.52%
B = 14.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#34F432 (or 0x34F432) is known color: Lime Green. HEX triplet: 34, F4 and 32. RGB value is (52,244,50). Sum of RGB (Red+Green+Blue) = 52+244+50=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 244 (95.70% from 255 or 70.52% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 244 - color contains mainly: green. Hex color #34F432 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F432 is #CB0BCD. Grayscale: #A5A5A5. Windows color (decimal): -13306830 or 3339316. OLE color: 3339316.

HSL color Cylindrical-coordinate representation of color #34F432: hue angle of 119.38º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34F432 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 244 50 -
CMYK 0.79 0 0.80 0.04
HSL 119.38º 0.9% 0.58% -
HSV(B) 119.38º 0.8% 0.96% -
XYZ 34.34 65.66 13.88 -
YUV 164.48 63.39 47.77 -
System Red Green Blue C M Y K H S L
Decimal 52 244 50 0.79 0 0.80 0.04 119.38 0.9 0.58
Hex 34 F4 32 4F 0 50 4 77 5A 3A
Octal 64 364 62 117 0 120 4 167 132 72
Binary 110100 11110100 110010 1001111 0 1010000 100 1110111 1011010 111010

Color Harmonies of #34F432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F432

Black with #34F432

Text Example


Text Example

White with #34F432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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