Html Css Color HEX #38D54D Lime Green

📋 copy color: '#38D54D'

red 56 ◦ green 213 ◦ blue 77

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

Shades of Lime Green #38D54D

Tints of Lime Green #38D54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 16.18%
G = 61.56%
B = 22.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#38D54D (or 0x38D54D) is known color: Lime Green. HEX triplet: 38, D5 and 4D. RGB value is (56,213,77). Sum of RGB (Red+Green+Blue) = 56+213+77=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #38D54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D54D is #C72AB2. Grayscale: #969696. Windows color (decimal): -13052595 or 5100856. OLE color: 5100856.

HSL color Cylindrical-coordinate representation of color #38D54D: hue angle of 128.03º 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 #38D54D is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 77 -
CMYK 0.74 0 0.64 0.16
HSL 128.03º 0.65% 0.53% -
HSV(B) 128.03º 0.74% 0.84% -
XYZ 26.76 48.97 15.06 -
YUV 150.55 86.49 60.56 -
System Red Green Blue C M Y K H S L
Decimal 56 213 77 0.74 0 0.64 0.16 128.03 0.65 0.53
Hex 38 D5 4D 4A 0 40 10 80 41 35
Octal 70 325 115 112 0 100 20 200 101 65
Binary 111000 11010101 1001101 1001010 0 1000000 10000 10000000 1000001 110101

Color Harmonies of #38D54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D54D

Black with #38D54D

Text Example


Text Example

White with #38D54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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