Html Css Color HEX #38DA30 Lime Green

📋 copy color: '#38DA30'

red 56 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #38DA30

Tints of Lime Green #38DA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 17.39%
G = 67.7%
B = 14.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#38DA30 (or 0x38DA30) is known color: Lime Green. HEX triplet: 38, DA and 30. RGB value is (56,218,48). Sum of RGB (Red+Green+Blue) = 56+218+48=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA30 is #C725CF. Grayscale: #969696. Windows color (decimal): -13051344 or 3201592. OLE color: 3201592.

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

Color convert

RGB 56 218 48 -
CMYK 0.74 0 0.78 0.15
HSL 117.18º 0.7% 0.52% -
HSV(B) 117.18º 0.78% 0.85% -
XYZ 27.24 51.2 11.24 -
YUV 150.18 70.33 60.82 -
System Red Green Blue C M Y K H S L
Decimal 56 218 48 0.74 0 0.78 0.15 117.18 0.7 0.52
Hex 38 DA 30 4A 0 4E F 75 46 34
Octal 70 332 60 112 0 116 17 165 106 64
Binary 111000 11011010 110000 1001010 0 1001110 1111 1110101 1000110 110100

Color Harmonies of #38DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA30

Black with #38DA30

Text Example


Text Example

White with #38DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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