Html Css Color HEX #38D72C Lime Green

📋 copy color: '#38D72C'

red 56 ◦ green 215 ◦ blue 44

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

Shades of Lime Green #38D72C

Tints of Lime Green #38D72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 17.78%
G = 68.25%
B = 13.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#38D72C (or 0x38D72C) is known color: Lime Green. HEX triplet: 38, D7 and 2C. RGB value is (56,215,44). Sum of RGB (Red+Green+Blue) = 56+215+44=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #38D72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D72C is #C728D3. Grayscale: #949494. Windows color (decimal): -13052116 or 2938680. OLE color: 2938680.

HSL color Cylindrical-coordinate representation of color #38D72C: hue angle of 115.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38D72C is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 44 -
CMYK 0.74 0 0.80 0.16
HSL 115.79º 0.68% 0.51% -
HSV(B) 115.79º 0.8% 0.84% -
XYZ 26.39 49.62 10.57 -
YUV 147.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 56 215 44 0.74 0 0.80 0.16 115.79 0.68 0.51
Hex 38 D7 2C 4A 0 50 10 74 44 33
Octal 70 327 54 112 0 120 20 164 104 63
Binary 111000 11010111 101100 1001010 0 1010000 10000 1110100 1000100 110011

Color Harmonies of #38D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D72C

Black with #38D72C

Text Example


Text Example

White with #38D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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