Html Css Color HEX #38BA43 Lime Green

📋 copy color: '#38BA43'

red 56 ◦ green 186 ◦ blue 67

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

Shades of Lime Green #38BA43

Tints of Lime Green #38BA43

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 18.12%
G = 60.19%
B = 21.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#38BA43 (or 0x38BA43) is known color: Lime Green. HEX triplet: 38, BA and 43. RGB value is (56,186,67). Sum of RGB (Red+Green+Blue) = 56+186+67=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA43 is #C745BC. Grayscale: #858585. Windows color (decimal): -13059517 or 4438584. OLE color: 4438584.

HSL color Cylindrical-coordinate representation of color #38BA43: hue angle of 125.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA43 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 67 -
CMYK 0.70 0 0.64 0.27
HSL 125.08º 0.54% 0.47% -
HSV(B) 125.08º 0.7% 0.73% -
XYZ 20.2 36.36 11.26 -
YUV 133.56 90.43 72.68 -
System Red Green Blue C M Y K H S L
Decimal 56 186 67 0.70 0 0.64 0.27 125.08 0.54 0.47
Hex 38 BA 43 46 0 40 1B 7D 36 2F
Octal 70 272 103 106 0 100 33 175 66 57
Binary 111000 10111010 1000011 1000110 0 1000000 11011 1111101 110110 101111

Color Harmonies of #38BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA43

Black with #38BA43

Text Example


Text Example

White with #38BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,186,67); }

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

background-color css

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

 a { background-color: rgb(56,186,67); }

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

border-color css

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

 span { border-color: rgb(56,186,67); }

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