Html Css Color HEX #38BA38 Lime Green

📋 copy color: '#38BA38'

red 56 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #38BA38

Tints of Lime Green #38BA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 18.79%
G = 62.42%
B = 18.79%

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

#38BA38 (or 0x38BA38) is known color: Lime Green. HEX triplet: 38, BA and 38. RGB value is (56,186,56). Sum of RGB (Red+Green+Blue) = 56+186+56=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA38 is #C745C7. Grayscale: #848484. Windows color (decimal): -13059528 or 3717688. OLE color: 3717688.

HSL color Cylindrical-coordinate representation of color #38BA38: hue angle of 120º 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 #38BA38 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 56 -
CMYK 0.70 0 0.70 0.27
HSL 120º 0.54% 0.47% -
HSV(B) 120º 0.7% 0.73% -
XYZ 19.9 36.24 9.69 -
YUV 132.31 84.93 73.57 -
System Red Green Blue C M Y K H S L
Decimal 56 186 56 0.70 0 0.70 0.27 120 0.54 0.47
Hex 38 BA 38 46 0 46 1B 78 36 2F
Octal 70 272 70 106 0 106 33 170 66 57
Binary 111000 10111010 111000 1000110 0 1000110 11011 1111000 110110 101111

Color Harmonies of #38BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA38

Black with #38BA38

Text Example


Text Example

White with #38BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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