Html Css Color HEX #38BC49 Lime Green

📋 copy color: '#38BC49'

red 56 ◦ green 188 ◦ blue 73

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

Shades of Lime Green #38BC49

Tints of Lime Green #38BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.31%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 17.67%
G = 59.31%
B = 23.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#38BC49 (or 0x38BC49) is known color: Lime Green. HEX triplet: 38, BC and 49. RGB value is (56,188,73). Sum of RGB (Red+Green+Blue) = 56+188+73=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC49 is #C743B6. Grayscale: #878787. Windows color (decimal): -13058999 or 4832312. OLE color: 4832312.

HSL color Cylindrical-coordinate representation of color #38BC49: hue angle of 127.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BC49 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 73 -
CMYK 0.70 0 0.61 0.26
HSL 127.73º 0.54% 0.48% -
HSV(B) 127.73º 0.7% 0.74% -
XYZ 20.82 37.29 12.4 -
YUV 135.42 92.77 71.35 -
System Red Green Blue C M Y K H S L
Decimal 56 188 73 0.70 0 0.61 0.26 127.73 0.54 0.48
Hex 38 BC 49 46 0 3D 1A 80 36 30
Octal 70 274 111 106 0 75 32 200 66 60
Binary 111000 10111100 1001001 1000110 0 111101 11010 10000000 110110 110000

Color Harmonies of #38BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC49

Black with #38BC49

Text Example


Text Example

White with #38BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,73); }

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

background-color css

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

 a { background-color: rgb(56,188,73); }

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

border-color css

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

 span { border-color: rgb(56,188,73); }

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