Html Css Color HEX #38D655 Lime Green

📋 copy color: '#38D655'

red 56 ◦ green 214 ◦ blue 85

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

Shades of Lime Green #38D655

Tints of Lime Green #38D655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 15.77%
G = 60.28%
B = 23.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#38D655 (or 0x38D655) is known color: Lime Green. HEX triplet: 38, D6 and 55. RGB value is (56,214,85). Sum of RGB (Red+Green+Blue) = 56+214+85=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #38D655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D655 is #C729AA. Grayscale: #989898. Windows color (decimal): -13052331 or 5625400. OLE color: 5625400.

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

Color convert

RGB 56 214 85 -
CMYK 0.74 0 0.60 0.16
HSL 131.01º 0.66% 0.53% -
HSV(B) 131.01º 0.74% 0.84% -
XYZ 27.32 49.59 16.73 -
YUV 152.05 90.15 59.49 -
System Red Green Blue C M Y K H S L
Decimal 56 214 85 0.74 0 0.60 0.16 131.01 0.66 0.53
Hex 38 D6 55 4A 0 3C 10 83 42 35
Octal 70 326 125 112 0 74 20 203 102 65
Binary 111000 11010110 1010101 1001010 0 111100 10000 10000011 1000010 110101

Color Harmonies of #38D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D655

Black with #38D655

Text Example


Text Example

White with #38D655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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