Html Css Color HEX #32F330 Lime Green

📋 copy color: '#32F330'

red 50 ◦ green 243 ◦ blue 48

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

Shades of Lime Green #32F330

Tints of Lime Green #32F330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.26%

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 14.66%
G = 71.26%
B = 14.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#32F330 (or 0x32F330) is known color: Lime Green. HEX triplet: 32, F3 and 30. RGB value is (50,243,48). Sum of RGB (Red+Green+Blue) = 50+243+48=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #32F330 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F330 is #CD0CCF. Grayscale: #A3A3A3. Windows color (decimal): -13438160 or 3207986. OLE color: 3207986.

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

Color convert

RGB 50 243 48 -
CMYK 0.79 0 0.80 0.05
HSL 119.38º 0.89% 0.57% -
HSV(B) 119.38º 0.8% 0.95% -
XYZ 33.9 64.99 13.55 -
YUV 163.06 63.06 47.36 -
System Red Green Blue C M Y K H S L
Decimal 50 243 48 0.79 0 0.80 0.05 119.38 0.89 0.57
Hex 32 F3 30 4F 0 50 5 77 59 39
Octal 62 363 60 117 0 120 5 167 131 71
Binary 110010 11110011 110000 1001111 0 1010000 101 1110111 1011001 111001

Color Harmonies of #32F330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F330

Black with #32F330

Text Example


Text Example

White with #32F330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,243,48); }

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

background-color css

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

 a { background-color: rgb(50,243,48); }

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

border-color css

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

 span { border-color: rgb(50,243,48); }

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