Html Css Color HEX #38DA40 Lime Green

📋 copy color: '#38DA40'

red 56 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #38DA40

Tints of Lime Green #38DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.5%

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

R = 16.57%
G = 64.5%
B = 18.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#38DA40 (or 0x38DA40) is known color: Lime Green. HEX triplet: 38, DA and 40. RGB value is (56,218,64). Sum of RGB (Red+Green+Blue) = 56+218+64=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA40 is #C725BF. Grayscale: #989898. Windows color (decimal): -13051328 or 4250168. OLE color: 4250168.

HSL color Cylindrical-coordinate representation of color #38DA40: hue angle of 122.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DA40 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 218 64 -
CMYK 0.74 0 0.71 0.15
HSL 122.96º 0.69% 0.54% -
HSV(B) 122.96º 0.74% 0.85% -
XYZ 27.63 51.35 13.31 -
YUV 152.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 56 218 64 0.74 0 0.71 0.15 122.96 0.69 0.54
Hex 38 DA 40 4A 0 47 F 7B 45 36
Octal 70 332 100 112 0 107 17 173 105 66
Binary 111000 11011010 1000000 1001010 0 1000111 1111 1111011 1000101 110110

Color Harmonies of #38DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA40

Black with #38DA40

Text Example


Text Example

White with #38DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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