Html Css Color HEX #38D64C Lime Green

📋 copy color: '#38D64C'

red 56 ◦ green 214 ◦ blue 76

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

Shades of Lime Green #38D64C

Tints of Lime Green #38D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.85%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 16.18%
G = 61.85%
B = 21.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#38D64C (or 0x38D64C) is known color: Lime Green. HEX triplet: 38, D6 and 4C. RGB value is (56,214,76). Sum of RGB (Red+Green+Blue) = 56+214+76=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #38D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D64C is #C729B3. Grayscale: #979797. Windows color (decimal): -13052340 or 5035576. OLE color: 5035576.

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

Color convert

RGB 56 214 76 -
CMYK 0.74 0 0.64 0.16
HSL 127.59º 0.66% 0.53% -
HSV(B) 127.59º 0.74% 0.84% -
XYZ 26.98 49.46 14.96 -
YUV 151.03 85.65 60.22 -
System Red Green Blue C M Y K H S L
Decimal 56 214 76 0.74 0 0.64 0.16 127.59 0.66 0.53
Hex 38 D6 4C 4A 0 40 10 80 42 35
Octal 70 326 114 112 0 100 20 200 102 65
Binary 111000 11010110 1001100 1001010 0 1000000 10000 10000000 1000010 110101

Color Harmonies of #38D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D64C

Black with #38D64C

Text Example


Text Example

White with #38D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,76); }

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

background-color css

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

 a { background-color: rgb(56,214,76); }

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

border-color css

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

 span { border-color: rgb(56,214,76); }

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