Html Css Color HEX #38D72B Lime Green

📋 copy color: '#38D72B'

red 56 ◦ green 215 ◦ blue 43

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

Shades of Lime Green #38D72B

Tints of Lime Green #38D72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 17.83%
G = 68.47%
B = 13.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#38D72B (or 0x38D72B) is known color: Lime Green. HEX triplet: 38, D7 and 2B. RGB value is (56,215,43). Sum of RGB (Red+Green+Blue) = 56+215+43=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #38D72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D72B is #C728D4. Grayscale: #949494. Windows color (decimal): -13052117 or 2873144. OLE color: 2873144.

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

Color convert

RGB 56 215 43 -
CMYK 0.74 0 0.8 0.16
HSL 115.47º 0.68% 0.51% -
HSV(B) 115.47º 0.8% 0.84% -
XYZ 26.37 49.62 10.47 -
YUV 147.85 68.82 62.49 -
System Red Green Blue C M Y K H S L
Decimal 56 215 43 0.74 0 0.8 0.16 115.47 0.68 0.51
Hex 38 D7 2B 4A 0 50 10 73 44 33
Octal 70 327 53 112 0 120 20 163 104 63
Binary 111000 11010111 101011 1001010 0 1010000 10000 1110011 1000100 110011

Color Harmonies of #38D72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D72B

Black with #38D72B

Text Example


Text Example

White with #38D72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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