Html Css Color HEX #38BC46 Lime Green

📋 copy color: '#38BC46'

red 56 ◦ green 188 ◦ blue 70

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

Shades of Lime Green #38BC46

Tints of Lime Green #38BC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.87%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 17.83%
G = 59.87%
B = 22.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#38BC46 (or 0x38BC46) is known color: Lime Green. HEX triplet: 38, BC and 46. RGB value is (56,188,70). Sum of RGB (Red+Green+Blue) = 56+188+70=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC46 is #C743B9. Grayscale: #878787. Windows color (decimal): -13059002 or 4635704. OLE color: 4635704.

HSL color Cylindrical-coordinate representation of color #38BC46: hue angle of 126.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BC46 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 70 -
CMYK 0.70 0 0.63 0.26
HSL 126.36º 0.54% 0.48% -
HSV(B) 126.36º 0.7% 0.74% -
XYZ 20.72 37.25 11.89 -
YUV 135.08 91.27 71.59 -
System Red Green Blue C M Y K H S L
Decimal 56 188 70 0.70 0 0.63 0.26 126.36 0.54 0.48
Hex 38 BC 46 46 0 3F 1A 7E 36 30
Octal 70 274 106 106 0 77 32 176 66 60
Binary 111000 10111100 1000110 1000110 0 111111 11010 1111110 110110 110000

Color Harmonies of #38BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC46

Black with #38BC46

Text Example


Text Example

White with #38BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,70); }

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

background-color css

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

 a { background-color: rgb(56,188,70); }

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

border-color css

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

 span { border-color: rgb(56,188,70); }

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