Html Css Color HEX #38D53C Lime Green

📋 copy color: '#38D53C'

red 56 ◦ green 213 ◦ blue 60

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

Shades of Lime Green #38D53C

Tints of Lime Green #38D53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.74%

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 17.02%
G = 64.74%
B = 18.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#38D53C (or 0x38D53C) is known color: Lime Green. HEX triplet: 38, D5 and 3C. RGB value is (56,213,60). Sum of RGB (Red+Green+Blue) = 56+213+60=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #38D53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D53C is #C72AC3. Grayscale: #959595. Windows color (decimal): -13052612 or 3986744. OLE color: 3986744.

HSL color Cylindrical-coordinate representation of color #38D53C: hue angle of 121.53º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D53C is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 60 -
CMYK 0.74 0 0.72 0.16
HSL 121.53º 0.65% 0.53% -
HSV(B) 121.53º 0.74% 0.84% -
XYZ 26.24 48.76 12.3 -
YUV 148.62 77.99 61.94 -
System Red Green Blue C M Y K H S L
Decimal 56 213 60 0.74 0 0.72 0.16 121.53 0.65 0.53
Hex 38 D5 3C 4A 0 48 10 7A 41 35
Octal 70 325 74 112 0 110 20 172 101 65
Binary 111000 11010101 111100 1001010 0 1001000 10000 1111010 1000001 110101

Color Harmonies of #38D53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D53C

Black with #38D53C

Text Example


Text Example

White with #38D53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,213,60); }

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

background-color css

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

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

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

border-color css

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

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

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