Html Css Color HEX #32EE4B Lime Green

📋 copy color: '#32EE4B'

red 50 ◦ green 238 ◦ blue 75

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

Shades of Lime Green #32EE4B

Tints of Lime Green #32EE4B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 65.56%

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 13.77%
G = 65.56%
B = 20.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#32EE4B (or 0x32EE4B) is known color: Lime Green. HEX triplet: 32, EE and 4B. RGB value is (50,238,75). Sum of RGB (Red+Green+Blue) = 50+238+75=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EE4B is #CD11B4. Grayscale: #A3A3A3. Windows color (decimal): -13439413 or 4976178. OLE color: 4976178.

HSL color Cylindrical-coordinate representation of color #32EE4B: hue angle of 127.98º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EE4B is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 238 75 -
CMYK 0.79 0 0.68 0.07
HSL 127.98º 0.85% 0.56% -
HSV(B) 127.98º 0.79% 0.93% -
XYZ 33.16 62.34 16.94 -
YUV 163.21 78.22 47.25 -
System Red Green Blue C M Y K H S L
Decimal 50 238 75 0.79 0 0.68 0.07 127.98 0.85 0.56
Hex 32 EE 4B 4F 0 44 7 80 55 38
Octal 62 356 113 117 0 104 7 200 125 70
Binary 110010 11101110 1001011 1001111 0 1000100 111 10000000 1010101 111000

Color Harmonies of #32EE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EE4B

Black with #32EE4B

Text Example


Text Example

White with #32EE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,238,75); }

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

background-color css

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

 a { background-color: rgb(50,238,75); }

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

border-color css

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

 span { border-color: rgb(50,238,75); }

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