Html Css Color HEX #38D54C Lime Green

📋 copy color: '#38D54C'

red 56 ◦ green 213 ◦ blue 76

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

Shades of Lime Green #38D54C

Tints of Lime Green #38D54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 16.23%
G = 61.74%
B = 22.03%

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

#38D54C (or 0x38D54C) is known color: Lime Green. HEX triplet: 38, D5 and 4C. RGB value is (56,213,76). Sum of RGB (Red+Green+Blue) = 56+213+76=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #38D54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D54C is #C72AB3. Grayscale: #969696. Windows color (decimal): -13052596 or 5035320. OLE color: 5035320.

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

Color convert

RGB 56 213 76 -
CMYK 0.74 0 0.64 0.16
HSL 127.64º 0.65% 0.53% -
HSV(B) 127.64º 0.74% 0.84% -
XYZ 26.73 48.95 14.88 -
YUV 150.44 85.99 60.64 -
System Red Green Blue C M Y K H S L
Decimal 56 213 76 0.74 0 0.64 0.16 127.64 0.65 0.53
Hex 38 D5 4C 4A 0 40 10 80 41 35
Octal 70 325 114 112 0 100 20 200 101 65
Binary 111000 11010101 1001100 1001010 0 1000000 10000 10000000 1000001 110101

Color Harmonies of #38D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D54C

Black with #38D54C

Text Example


Text Example

White with #38D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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