Html Css Color HEX #34FB32 Lime Green

📋 copy color: '#34FB32'

red 52 ◦ green 251 ◦ blue 50

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

Shades of Lime Green #34FB32

Tints of Lime Green #34FB32

RGB

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

 GREEN value IS 251 (98.44% from 255) = 71.1%

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

R = 14.73%
G = 71.1%
B = 14.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#34FB32 (or 0x34FB32) is known color: Lime Green. HEX triplet: 34, FB and 32. RGB value is (52,251,50). Sum of RGB (Red+Green+Blue) = 52+251+50=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FB32 is #CB04CD. Grayscale: #A9A9A9. Windows color (decimal): -13305038 or 3341108. OLE color: 3341108.

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

Color convert

RGB 52 251 50 -
CMYK 0.79 0 0.80 0.02
HSL 119.4º 0.96% 0.59% -
HSV(B) 119.4º 0.8% 0.98% -
XYZ 36.49 69.95 14.6 -
YUV 168.59 61.07 44.84 -
System Red Green Blue C M Y K H S L
Decimal 52 251 50 0.79 0 0.80 0.02 119.4 0.96 0.59
Hex 34 FB 32 4F 0 50 2 77 60 3B
Octal 64 373 62 117 0 120 2 167 140 73
Binary 110100 11111011 110010 1001111 0 1010000 10 1110111 1100000 111011

Color Harmonies of #34FB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FB32

Black with #34FB32

Text Example


Text Example

White with #34FB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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