Html Css Color HEX #32F23F Lime Green

📋 copy color: '#32F23F'

red 50 ◦ green 242 ◦ blue 63

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

Shades of Lime Green #32F23F

Tints of Lime Green #32F23F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.17%

 BLUE value IS 63 (25% from 255) = 17.75%

R = 14.08%
G = 68.17%
B = 17.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#32F23F (or 0x32F23F) is known color: Lime Green. HEX triplet: 32, F2 and 3F. RGB value is (50,242,63). Sum of RGB (Red+Green+Blue) = 50+242+63=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #32F23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F23F is #CD0DC0. Grayscale: #A4A4A4. Windows color (decimal): -13438401 or 4190770. OLE color: 4190770.

HSL color Cylindrical-coordinate representation of color #32F23F: hue angle of 124.06º degrees, saturation: 0.88, 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 #32F23F is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 242 63 -
CMYK 0.79 0 0.74 0.05
HSL 124.06º 0.88% 0.57% -
HSV(B) 124.06º 0.79% 0.95% -
XYZ 33.96 64.54 15.37 -
YUV 164.19 70.89 46.55 -
System Red Green Blue C M Y K H S L
Decimal 50 242 63 0.79 0 0.74 0.05 124.06 0.88 0.57
Hex 32 F2 3F 4F 0 4A 5 7C 58 39
Octal 62 362 77 117 0 112 5 174 130 71
Binary 110010 11110010 111111 1001111 0 1001010 101 1111100 1011000 111001

Color Harmonies of #32F23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F23F

Black with #32F23F

Text Example


Text Example

White with #32F23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,242,63); }

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

background-color css

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

 a { background-color: rgb(50,242,63); }

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

border-color css

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

 span { border-color: rgb(50,242,63); }

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