Html Css Color HEX #38BA3A Lime Green

📋 copy color: '#38BA3A'

red 56 ◦ green 186 ◦ blue 58

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

Shades of Lime Green #38BA3A

Tints of Lime Green #38BA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 18.67%
G = 62%
B = 19.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#38BA3A (or 0x38BA3A) is known color: Lime Green. HEX triplet: 38, BA and 3A. RGB value is (56,186,58). Sum of RGB (Red+Green+Blue) = 56+186+58=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA3A is #C745C5. Grayscale: #848484. Windows color (decimal): -13059526 or 3848760. OLE color: 3848760.

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

Color convert

RGB 56 186 58 -
CMYK 0.70 0 0.69 0.27
HSL 120.92º 0.54% 0.47% -
HSV(B) 120.92º 0.7% 0.73% -
XYZ 19.95 36.26 9.95 -
YUV 132.54 85.93 73.41 -
System Red Green Blue C M Y K H S L
Decimal 56 186 58 0.70 0 0.69 0.27 120.92 0.54 0.47
Hex 38 BA 3A 46 0 45 1B 79 36 2F
Octal 70 272 72 106 0 105 33 171 66 57
Binary 111000 10111010 111010 1000110 0 1000101 11011 1111001 110110 101111

Color Harmonies of #38BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA3A

Black with #38BA3A

Text Example


Text Example

White with #38BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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