Html Css Color HEX #32BE3A Lime Green

📋 copy color: '#32BE3A'

red 50 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #32BE3A

Tints of Lime Green #32BE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 16.78%
G = 63.76%
B = 19.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#32BE3A (or 0x32BE3A) is known color: Lime Green. HEX triplet: 32, BE and 3A. RGB value is (50,190,58). Sum of RGB (Red+Green+Blue) = 50+190+58=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 190 (74.61% from 255 or 63.76% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE3A is #CD41C5. Grayscale: #858585. Windows color (decimal): -13451718 or 3849778. OLE color: 3849778.

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

Color convert

RGB 50 190 58 -
CMYK 0.74 0 0.69 0.25
HSL 123.43º 0.58% 0.47% -
HSV(B) 123.43º 0.74% 0.75% -
XYZ 20.49 37.81 10.22 -
YUV 133.09 85.62 68.73 -
System Red Green Blue C M Y K H S L
Decimal 50 190 58 0.74 0 0.69 0.25 123.43 0.58 0.47
Hex 32 BE 3A 4A 0 45 19 7B 3A 2F
Octal 62 276 72 112 0 105 31 173 72 57
Binary 110010 10111110 111010 1001010 0 1000101 11001 1111011 111010 101111

Color Harmonies of #32BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE3A

Black with #32BE3A

Text Example


Text Example

White with #32BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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