Html Css Color HEX #38D73C Lime Green

📋 copy color: '#38D73C'

red 56 ◦ green 215 ◦ blue 60

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

Shades of Lime Green #38D73C

Tints of Lime Green #38D73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 16.92%
G = 64.95%
B = 18.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#38D73C (or 0x38D73C) is known color: Lime Green. HEX triplet: 38, D7 and 3C. RGB value is (56,215,60). Sum of RGB (Red+Green+Blue) = 56+215+60=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #38D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D73C is #C728C3. Grayscale: #969696. Windows color (decimal): -13052100 or 3987256. OLE color: 3987256.

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

Color convert

RGB 56 215 60 -
CMYK 0.74 0 0.72 0.16
HSL 121.51º 0.67% 0.53% -
HSV(B) 121.51º 0.74% 0.84% -
XYZ 26.75 49.77 12.47 -
YUV 149.79 77.32 61.1 -
System Red Green Blue C M Y K H S L
Decimal 56 215 60 0.74 0 0.72 0.16 121.51 0.67 0.53
Hex 38 D7 3C 4A 0 48 10 7A 43 35
Octal 70 327 74 112 0 110 20 172 103 65
Binary 111000 11010111 111100 1001010 0 1001000 10000 1111010 1000011 110101

Color Harmonies of #38D73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D73C

Black with #38D73C

Text Example


Text Example

White with #38D73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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