Html Css Color HEX #38D540 Lime Green

📋 copy color: '#38D540'

red 56 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #38D540

Tints of Lime Green #38D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 16.82%
G = 63.96%
B = 19.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#38D540 (or 0x38D540) is known color: Lime Green. HEX triplet: 38, D5 and 40. RGB value is (56,213,64). Sum of RGB (Red+Green+Blue) = 56+213+64=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #38D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D540 is #C72ABF. Grayscale: #959595. Windows color (decimal): -13052608 or 4248888. OLE color: 4248888.

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

Color convert

RGB 56 213 64 -
CMYK 0.74 0 0.70 0.16
HSL 123.06º 0.65% 0.53% -
HSV(B) 123.06º 0.74% 0.84% -
XYZ 26.35 48.8 12.88 -
YUV 149.07 79.99 61.62 -
System Red Green Blue C M Y K H S L
Decimal 56 213 64 0.74 0 0.70 0.16 123.06 0.65 0.53
Hex 38 D5 40 4A 0 46 10 7B 41 35
Octal 70 325 100 112 0 106 20 173 101 65
Binary 111000 11010101 1000000 1001010 0 1000110 10000 1111011 1000001 110101

Color Harmonies of #38D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D540

Black with #38D540

Text Example


Text Example

White with #38D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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