Html Css Color HEX #38D031 Lime Green

📋 copy color: '#38D031'

red 56 ◦ green 208 ◦ blue 49

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

Shades of Lime Green #38D031

Tints of Lime Green #38D031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.45%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 17.89%
G = 66.45%
B = 15.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#38D031 (or 0x38D031) is known color: Lime Green. HEX triplet: 38, D0 and 31. RGB value is (56,208,49). Sum of RGB (Red+Green+Blue) = 56+208+49=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #38D031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D031 is #C72FCE. Grayscale: #909090. Windows color (decimal): -13053903 or 3264568. OLE color: 3264568.

HSL color Cylindrical-coordinate representation of color #38D031: hue angle of 117.36º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38D031 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 49 -
CMYK 0.73 0 0.76 0.18
HSL 117.36º 0.63% 0.5% -
HSV(B) 117.36º 0.76% 0.82% -
XYZ 24.74 46.17 10.51 -
YUV 144.43 74.14 64.93 -
System Red Green Blue C M Y K H S L
Decimal 56 208 49 0.73 0 0.76 0.18 117.36 0.63 0.5
Hex 38 D0 31 49 0 4C 12 75 3F 32
Octal 70 320 61 111 0 114 22 165 77 62
Binary 111000 11010000 110001 1001001 0 1001100 10010 1110101 111111 110010

Color Harmonies of #38D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D031

Black with #38D031

Text Example


Text Example

White with #38D031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,49); }

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

background-color css

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

 a { background-color: rgb(56,208,49); }

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

border-color css

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

 span { border-color: rgb(56,208,49); }

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