Html Css Color HEX #38DB39 Lime Green

📋 copy color: '#38DB39'

red 56 ◦ green 219 ◦ blue 57

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

Shades of Lime Green #38DB39

Tints of Lime Green #38DB39

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.96%

 BLUE value IS 57 (22.66% from 255) = 17.17%

R = 16.87%
G = 65.96%
B = 17.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#38DB39 (or 0x38DB39) is known color: Lime Green. HEX triplet: 38, DB and 39. RGB value is (56,219,57). Sum of RGB (Red+Green+Blue) = 56+219+57=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DB39 is #C724C6. Grayscale: #989898. Windows color (decimal): -13051079 or 3791672. OLE color: 3791672.

HSL color Cylindrical-coordinate representation of color #38DB39: hue angle of 120.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB39 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 219 57 -
CMYK 0.74 0 0.74 0.14
HSL 120.37º 0.69% 0.54% -
HSV(B) 120.37º 0.74% 0.86% -
XYZ 27.7 51.8 12.41 -
YUV 151.8 74.5 59.67 -
System Red Green Blue C M Y K H S L
Decimal 56 219 57 0.74 0 0.74 0.14 120.37 0.69 0.54
Hex 38 DB 39 4A 0 4A E 78 45 36
Octal 70 333 71 112 0 112 16 170 105 66
Binary 111000 11011011 111001 1001010 0 1001010 1110 1111000 1000101 110110

Color Harmonies of #38DB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DB39

Black with #38DB39

Text Example


Text Example

White with #38DB39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,219,57); }

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

background-color css

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

 a { background-color: rgb(56,219,57); }

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

border-color css

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

 span { border-color: rgb(56,219,57); }

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