Html Css Color HEX #38D13A Lime Green

📋 copy color: '#38D13A'

red 56 ◦ green 209 ◦ blue 58

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

Shades of Lime Green #38D13A

Tints of Lime Green #38D13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 64.71%

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

R = 17.34%
G = 64.71%
B = 17.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#38D13A (or 0x38D13A) is known color: Lime Green. HEX triplet: 38, D1 and 3A. RGB value is (56,209,58). Sum of RGB (Red+Green+Blue) = 56+209+58=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #38D13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D13A is #C72EC5. Grayscale: #929292. Windows color (decimal): -13053638 or 3854648. OLE color: 3854648.

HSL color Cylindrical-coordinate representation of color #38D13A: hue angle of 120.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D13A is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 209 58 -
CMYK 0.73 0 0.72 0.18
HSL 120.78º 0.62% 0.52% -
HSV(B) 120.78º 0.73% 0.82% -
XYZ 25.2 46.75 11.7 -
YUV 146.04 78.31 63.78 -
System Red Green Blue C M Y K H S L
Decimal 56 209 58 0.73 0 0.72 0.18 120.78 0.62 0.52
Hex 38 D1 3A 49 0 48 12 79 3E 34
Octal 70 321 72 111 0 110 22 171 76 64
Binary 111000 11010001 111010 1001001 0 1001000 10010 1111001 111110 110100

Color Harmonies of #38D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D13A

Black with #38D13A

Text Example


Text Example

White with #38D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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