Html Css Color HEX #38D724 Lime Green

📋 copy color: '#38D724'

red 56 ◦ green 215 ◦ blue 36

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

Shades of Lime Green #38D724

Tints of Lime Green #38D724

RGB

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

 GREEN value IS 215 (84.38% from 255) = 70.03%

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 18.24%
G = 70.03%
B = 11.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#38D724 (or 0x38D724) is known color: Lime Green. HEX triplet: 38, D7 and 24. RGB value is (56,215,36). Sum of RGB (Red+Green+Blue) = 56+215+36=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #38D724 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D724 is #C728DB. Grayscale: #939393. Windows color (decimal): -13052124 or 2414392. OLE color: 2414392.

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

Color convert

RGB 56 215 36 -
CMYK 0.74 0 0.83 0.16
HSL 113.3º 0.71% 0.49% -
HSV(B) 113.3º 0.83% 0.84% -
XYZ 26.25 49.57 9.85 -
YUV 147.05 65.32 63.05 -
System Red Green Blue C M Y K H S L
Decimal 56 215 36 0.74 0 0.83 0.16 113.3 0.71 0.49
Hex 38 D7 24 4A 0 53 10 71 47 31
Octal 70 327 44 112 0 123 20 161 107 61
Binary 111000 11010111 100100 1001010 0 1010011 10000 1110001 1000111 110001

Color Harmonies of #38D724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D724

Black with #38D724

Text Example


Text Example

White with #38D724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,215,36); }

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

background-color css

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

 a { background-color: rgb(56,215,36); }

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

border-color css

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

 span { border-color: rgb(56,215,36); }

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