Html Css Color HEX #38E032 Lime Green

📋 copy color: '#38E032'

red 56 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #38E032

Tints of Lime Green #38E032

RGB

 RED value IS 56 (22.27% from 255) = 16.97%

 GREEN value IS 224 (87.89% from 255) = 67.88%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 16.97%
G = 67.88%
B = 15.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#38E032 (or 0x38E032) is known color: Lime Green. HEX triplet: 38, E0 and 32. RGB value is (56,224,50). Sum of RGB (Red+Green+Blue) = 56+224+50=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #38E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E032 is #C71FCD. Grayscale: #9A9A9A. Windows color (decimal): -13049806 or 3334200. OLE color: 3334200.

HSL color Cylindrical-coordinate representation of color #38E032: hue angle of 117.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38E032 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 50 -
CMYK 0.75 0 0.78 0.12
HSL 117.93º 0.74% 0.54% -
HSV(B) 117.93º 0.78% 0.88% -
XYZ 28.86 54.38 11.99 -
YUV 153.93 69.34 58.15 -
System Red Green Blue C M Y K H S L
Decimal 56 224 50 0.75 0 0.78 0.12 117.93 0.74 0.54
Hex 38 E0 32 4B 0 4E C 76 4A 36
Octal 70 340 62 113 0 116 14 166 112 66
Binary 111000 11100000 110010 1001011 0 1001110 1100 1110110 1001010 110110

Color Harmonies of #38E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E032

Black with #38E032

Text Example


Text Example

White with #38E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38E032; }

 p { color: rgb(56,224,50); }

 H1.HeaderClassName
 {
   color: #38E032;
 }
 .AnyTagClassName
 {
   color: #38E032;
 }
</style>

background-color css

<style>
 a { background-color: #38E032; }

 a { background-color: rgb(56,224,50); }

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

border-color css

<style>
 span { border-color: #38E032; }

 span { border-color: rgb(56,224,50); }

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