Html Css Color HEX #38D930 Lime Green

📋 copy color: '#38D930'

red 56 ◦ green 217 ◦ blue 48

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

Shades of Lime Green #38D930

Tints of Lime Green #38D930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.6%

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

R = 17.45%
G = 67.6%
B = 14.95%

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

#38D930 (or 0x38D930) is known color: Lime Green. HEX triplet: 38, D9 and 30. RGB value is (56,217,48). Sum of RGB (Red+Green+Blue) = 56+217+48=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #38D930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D930 is #C726CF. Grayscale: #969696. Windows color (decimal): -13051600 or 3201336. OLE color: 3201336.

HSL color Cylindrical-coordinate representation of color #38D930: hue angle of 117.16º degrees, saturation: 0.69, 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 #38D930 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 217 48 -
CMYK 0.74 0 0.78 0.15
HSL 117.16º 0.69% 0.52% -
HSV(B) 117.16º 0.78% 0.85% -
XYZ 26.98 50.68 11.16 -
YUV 149.6 70.66 61.24 -
System Red Green Blue C M Y K H S L
Decimal 56 217 48 0.74 0 0.78 0.15 117.16 0.69 0.52
Hex 38 D9 30 4A 0 4E F 75 45 34
Octal 70 331 60 112 0 116 17 165 105 64
Binary 111000 11011001 110000 1001010 0 1001110 1111 1110101 1000101 110100

Color Harmonies of #38D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D930

Black with #38D930

Text Example


Text Example

White with #38D930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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