Html Css Color HEX #38AE32 Lime Green

📋 copy color: '#38AE32'

red 56 ◦ green 174 ◦ blue 50

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

Shades of Lime Green #38AE32

Tints of Lime Green #38AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 62.14%

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

R = 20%
G = 62.14%
B = 17.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#38AE32 (or 0x38AE32) is known color: Lime Green. HEX triplet: 38, AE and 32. RGB value is (56,174,50). Sum of RGB (Red+Green+Blue) = 56+174+50=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 174 (68.36% from 255 or 62.14% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AE32 is #C751CD. Grayscale: #7C7C7C. Windows color (decimal): -13062606 or 3321400. OLE color: 3321400.

HSL color Cylindrical-coordinate representation of color #38AE32: hue angle of 117.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38AE32 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 174 50 -
CMYK 0.68 0 0.71 0.32
HSL 117.1º 0.55% 0.44% -
HSV(B) 117.1º 0.71% 0.68% -
XYZ 17.34 31.34 8.15 -
YUV 124.58 85.91 79.08 -
System Red Green Blue C M Y K H S L
Decimal 56 174 50 0.68 0 0.71 0.32 117.1 0.55 0.44
Hex 38 AE 32 44 0 47 20 75 37 2C
Octal 70 256 62 104 0 107 40 165 67 54
Binary 111000 10101110 110010 1000100 0 1000111 100000 1110101 110111 101100

Color Harmonies of #38AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AE32

Black with #38AE32

Text Example


Text Example

White with #38AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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