Html Css Color HEX #32F13D Lime Green

📋 copy color: '#32F13D'

red 50 ◦ green 241 ◦ blue 61

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

Shades of Lime Green #32F13D

Tints of Lime Green #32F13D

RGB

 RED value IS 50 (19.92% from 255) = 14.2%

 GREEN value IS 241 (94.53% from 255) = 68.47%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 14.2%
G = 68.47%
B = 17.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#32F13D (or 0x32F13D) is known color: Lime Green. HEX triplet: 32, F1 and 3D. RGB value is (50,241,61). Sum of RGB (Red+Green+Blue) = 50+241+61=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #32F13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F13D is #CD0EC2. Grayscale: #A3A3A3. Windows color (decimal): -13438659 or 4059442. OLE color: 4059442.

HSL color Cylindrical-coordinate representation of color #32F13D: hue angle of 123.46º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F13D is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 241 61 -
CMYK 0.79 0 0.75 0.05
HSL 123.46º 0.87% 0.57% -
HSV(B) 123.46º 0.79% 0.95% -
XYZ 33.61 63.93 14.98 -
YUV 163.37 70.22 47.14 -
System Red Green Blue C M Y K H S L
Decimal 50 241 61 0.79 0 0.75 0.05 123.46 0.87 0.57
Hex 32 F1 3D 4F 0 4B 5 7B 57 39
Octal 62 361 75 117 0 113 5 173 127 71
Binary 110010 11110001 111101 1001111 0 1001011 101 1111011 1010111 111001

Color Harmonies of #32F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F13D

Black with #32F13D

Text Example


Text Example

White with #32F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32F13D; }

 p { color: rgb(50,241,61); }

 H1.HeaderClassName
 {
   color: #32F13D;
 }
 .AnyTagClassName
 {
   color: #32F13D;
 }
</style>

background-color css

<style>
 a { background-color: #32F13D; }

 a { background-color: rgb(50,241,61); }

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

border-color css

<style>
 span { border-color: #32F13D; }

 span { border-color: rgb(50,241,61); }

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