Html Css Color HEX #32F02B Lime Green

📋 copy color: '#32F02B'

red 50 ◦ green 240 ◦ blue 43

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

Shades of Lime Green #32F02B

Tints of Lime Green #32F02B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.07%

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 15.02%
G = 72.07%
B = 12.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#32F02B (or 0x32F02B) is known color: Lime Green. HEX triplet: 32, F0 and 2B. RGB value is (50,240,43). Sum of RGB (Red+Green+Blue) = 50+240+43=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #32F02B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F02B is #CD0FD4. Grayscale: #A1A1A1. Windows color (decimal): -13438933 or 2879538. OLE color: 2879538.

HSL color Cylindrical-coordinate representation of color #32F02B: hue angle of 117.87º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32F02B is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 240 43 -
CMYK 0.79 0 0.82 0.06
HSL 117.87º 0.87% 0.55% -
HSV(B) 117.87º 0.82% 0.94% -
XYZ 32.91 63.17 12.74 -
YUV 160.73 61.55 49.02 -
System Red Green Blue C M Y K H S L
Decimal 50 240 43 0.79 0 0.82 0.06 117.87 0.87 0.55
Hex 32 F0 2B 4F 0 52 6 76 57 37
Octal 62 360 53 117 0 122 6 166 127 67
Binary 110010 11110000 101011 1001111 0 1010010 110 1110110 1010111 110111

Color Harmonies of #32F02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F02B

Black with #32F02B

Text Example


Text Example

White with #32F02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,240,43); }

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

background-color css

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

 a { background-color: rgb(50,240,43); }

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

border-color css

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

 span { border-color: rgb(50,240,43); }

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