Html Css Color HEX #38AA32 Lime Green

📋 copy color: '#38AA32'

red 56 ◦ green 170 ◦ blue 50

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

Shades of Lime Green #38AA32

Tints of Lime Green #38AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.59%

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

R = 20.29%
G = 61.59%
B = 18.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#38AA32 (or 0x38AA32) is known color: Lime Green. HEX triplet: 38, AA and 32. RGB value is (56,170,50). Sum of RGB (Red+Green+Blue) = 56+170+50=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA32 is #C755CD. Grayscale: #7A7A7A. Windows color (decimal): -13063630 or 3320376. OLE color: 3320376.

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

Color convert

RGB 56 170 50 -
CMYK 0.67 0 0.71 0.33
HSL 117º 0.55% 0.43% -
HSV(B) 117º 0.71% 0.67% -
XYZ 16.58 29.82 7.9 -
YUV 122.23 87.23 80.76 -
System Red Green Blue C M Y K H S L
Decimal 56 170 50 0.67 0 0.71 0.33 117 0.55 0.43
Hex 38 AA 32 43 0 47 21 75 37 2B
Octal 70 252 62 103 0 107 41 165 67 53
Binary 111000 10101010 110010 1000011 0 1000111 100001 1110101 110111 101011

Color Harmonies of #38AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA32

Black with #38AA32

Text Example


Text Example

White with #38AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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