Html Css Color HEX #38BA37 Lime Green

📋 copy color: '#38BA37'

red 56 ◦ green 186 ◦ blue 55

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

Shades of Lime Green #38BA37

Tints of Lime Green #38BA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 18.86%
G = 62.63%
B = 18.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#38BA37 (or 0x38BA37) is known color: Lime Green. HEX triplet: 38, BA and 37. RGB value is (56,186,55). Sum of RGB (Red+Green+Blue) = 56+186+55=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA37 is #C745C8. Grayscale: #848484. Windows color (decimal): -13059529 or 3652152. OLE color: 3652152.

HSL color Cylindrical-coordinate representation of color #38BA37: hue angle of 119.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA37 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 55 -
CMYK 0.70 0 0.70 0.27
HSL 119.54º 0.54% 0.47% -
HSV(B) 119.54º 0.7% 0.73% -
XYZ 19.88 36.23 9.56 -
YUV 132.2 84.43 73.65 -
System Red Green Blue C M Y K H S L
Decimal 56 186 55 0.70 0 0.70 0.27 119.54 0.54 0.47
Hex 38 BA 37 46 0 46 1B 78 36 2F
Octal 70 272 67 106 0 106 33 170 66 57
Binary 111000 10111010 110111 1000110 0 1000110 11011 1111000 110110 101111

Color Harmonies of #38BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA37

Black with #38BA37

Text Example


Text Example

White with #38BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,186,55); }

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

background-color css

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

 a { background-color: rgb(56,186,55); }

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

border-color css

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

 span { border-color: rgb(56,186,55); }

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