Html Css Color HEX #38DA28 Lime Green

📋 copy color: '#38DA28'

red 56 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #38DA28

Tints of Lime Green #38DA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 69.43%

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 17.83%
G = 69.43%
B = 12.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#38DA28 (or 0x38DA28) is known color: Lime Green. HEX triplet: 38, DA and 28. RGB value is (56,218,40). Sum of RGB (Red+Green+Blue) = 56+218+40=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA28 is #C725D7. Grayscale: #959595. Windows color (decimal): -13051352 or 2677304. OLE color: 2677304.

HSL color Cylindrical-coordinate representation of color #38DA28: hue angle of 114.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38DA28 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 218 40 -
CMYK 0.74 0 0.82 0.15
HSL 114.61º 0.71% 0.51% -
HSV(B) 114.61º 0.82% 0.85% -
XYZ 27.09 51.14 10.45 -
YUV 149.27 66.33 61.47 -
System Red Green Blue C M Y K H S L
Decimal 56 218 40 0.74 0 0.82 0.15 114.61 0.71 0.51
Hex 38 DA 28 4A 0 52 F 73 47 33
Octal 70 332 50 112 0 122 17 163 107 63
Binary 111000 11011010 101000 1001010 0 1010010 1111 1110011 1000111 110011

Color Harmonies of #38DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA28

Black with #38DA28

Text Example


Text Example

White with #38DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,218,40); }

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

background-color css

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

 a { background-color: rgb(56,218,40); }

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

border-color css

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

 span { border-color: rgb(56,218,40); }

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