Html Css Color HEX #38D647 Lime Green

📋 copy color: '#38D647'

red 56 ◦ green 214 ◦ blue 71

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

Shades of Lime Green #38D647

Tints of Lime Green #38D647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.82%

R = 16.42%
G = 62.76%
B = 20.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#38D647 (or 0x38D647) is known color: Lime Green. HEX triplet: 38, D6 and 47. RGB value is (56,214,71). Sum of RGB (Red+Green+Blue) = 56+214+71=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #38D647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D647 is #C729B8. Grayscale: #969696. Windows color (decimal): -13052345 or 4707896. OLE color: 4707896.

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

Color convert

RGB 56 214 71 -
CMYK 0.74 0 0.67 0.16
HSL 125.7º 0.66% 0.53% -
HSV(B) 125.7º 0.74% 0.84% -
XYZ 26.81 49.39 14.08 -
YUV 150.46 83.15 60.63 -
System Red Green Blue C M Y K H S L
Decimal 56 214 71 0.74 0 0.67 0.16 125.7 0.66 0.53
Hex 38 D6 47 4A 0 43 10 7E 42 35
Octal 70 326 107 112 0 103 20 176 102 65
Binary 111000 11010110 1000111 1001010 0 1000011 10000 1111110 1000010 110101

Color Harmonies of #38D647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D647

Black with #38D647

Text Example


Text Example

White with #38D647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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