Html Css Color HEX #38D74B Lime Green

📋 copy color: '#38D74B'

red 56 ◦ green 215 ◦ blue 75

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

Shades of Lime Green #38D74B

Tints of Lime Green #38D74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.14%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 16.18%
G = 62.14%
B = 21.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#38D74B (or 0x38D74B) is known color: Lime Green. HEX triplet: 38, D7 and 4B. RGB value is (56,215,75). Sum of RGB (Red+Green+Blue) = 56+215+75=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 215 (84.38% from 255 or 62.14% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 215 - color contains mainly: green. Hex color #38D74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D74B is #C728B4. Grayscale: #979797. Windows color (decimal): -13052085 or 4970296. OLE color: 4970296.

HSL color Cylindrical-coordinate representation of color #38D74B: hue angle of 127.17º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D74B is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 75 -
CMYK 0.74 0 0.65 0.16
HSL 127.17º 0.67% 0.53% -
HSV(B) 127.17º 0.74% 0.84% -
XYZ 27.2 49.95 14.86 -
YUV 151.5 84.82 59.88 -
System Red Green Blue C M Y K H S L
Decimal 56 215 75 0.74 0 0.65 0.16 127.17 0.67 0.53
Hex 38 D7 4B 4A 0 41 10 7F 43 35
Octal 70 327 113 112 0 101 20 177 103 65
Binary 111000 11010111 1001011 1001010 0 1000001 10000 1111111 1000011 110101

Color Harmonies of #38D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D74B

Black with #38D74B

Text Example


Text Example

White with #38D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,215,75); }

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

background-color css

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

 a { background-color: rgb(56,215,75); }

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

border-color css

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

 span { border-color: rgb(56,215,75); }

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