Html Css Color HEX #32F92A Lime Green

📋 copy color: '#32F92A'

red 50 ◦ green 249 ◦ blue 42

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

Shades of Lime Green #32F92A

Tints of Lime Green #32F92A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.02%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 14.66%
G = 73.02%
B = 12.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#32F92A (or 0x32F92A) is known color: Lime Green. HEX triplet: 32, F9 and 2A. RGB value is (50,249,42). Sum of RGB (Red+Green+Blue) = 50+249+42=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #32F92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F92A is #CD06D5. Grayscale: #A6A6A6. Windows color (decimal): -13436630 or 2816306. OLE color: 2816306.

HSL color Cylindrical-coordinate representation of color #32F92A: hue angle of 117.68º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32F92A is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 249 42 -
CMYK 0.80 0 0.83 0.02
HSL 117.68º 0.95% 0.57% -
HSV(B) 117.68º 0.83% 0.98% -
XYZ 35.61 68.6 13.55 -
YUV 165.9 58.07 45.33 -
System Red Green Blue C M Y K H S L
Decimal 50 249 42 0.80 0 0.83 0.02 117.68 0.95 0.57
Hex 32 F9 2A 50 0 53 2 76 5F 39
Octal 62 371 52 120 0 123 2 166 137 71
Binary 110010 11111001 101010 1010000 0 1010011 10 1110110 1011111 111001

Color Harmonies of #32F92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F92A

Black with #32F92A

Text Example


Text Example

White with #32F92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,249,42); }

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

background-color css

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

 a { background-color: rgb(50,249,42); }

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

border-color css

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

 span { border-color: rgb(50,249,42); }

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