Html Css Color HEX #32BE30 Lime Green

📋 copy color: '#32BE30'

red 50 ◦ green 190 ◦ blue 48

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

Shades of Lime Green #32BE30

Tints of Lime Green #32BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.97%

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

R = 17.36%
G = 65.97%
B = 16.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#32BE30 (or 0x32BE30) is known color: Lime Green. HEX triplet: 32, BE and 30. RGB value is (50,190,48). Sum of RGB (Red+Green+Blue) = 50+190+48=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 190 (74.61% from 255 or 65.97% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE30 is #CD41CF. Grayscale: #848484. Windows color (decimal): -13451728 or 3194418. OLE color: 3194418.

HSL color Cylindrical-coordinate representation of color #32BE30: hue angle of 119.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BE30 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 190 48 -
CMYK 0.74 0 0.75 0.25
HSL 119.15º 0.6% 0.47% -
HSV(B) 119.15º 0.75% 0.75% -
XYZ 20.26 37.72 9.01 -
YUV 131.95 80.62 69.55 -
System Red Green Blue C M Y K H S L
Decimal 50 190 48 0.74 0 0.75 0.25 119.15 0.6 0.47
Hex 32 BE 30 4A 0 4B 19 77 3C 2F
Octal 62 276 60 112 0 113 31 167 74 57
Binary 110010 10111110 110000 1001010 0 1001011 11001 1110111 111100 101111

Color Harmonies of #32BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE30

Black with #32BE30

Text Example


Text Example

White with #32BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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