Html Css Color HEX #38BA45 Lime Green

📋 copy color: '#38BA45'

red 56 ◦ green 186 ◦ blue 69

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

Shades of Lime Green #38BA45

Tints of Lime Green #38BA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 18.01%
G = 59.81%
B = 22.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#38BA45 (or 0x38BA45) is known color: Lime Green. HEX triplet: 38, BA and 45. RGB value is (56,186,69). Sum of RGB (Red+Green+Blue) = 56+186+69=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA45 is #C745BA. Grayscale: #868686. Windows color (decimal): -13059515 or 4569656. OLE color: 4569656.

HSL color Cylindrical-coordinate representation of color #38BA45: hue angle of 126º 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 #38BA45 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 69 -
CMYK 0.70 0 0.63 0.27
HSL 126º 0.54% 0.47% -
HSV(B) 126º 0.7% 0.73% -
XYZ 20.26 36.39 11.59 -
YUV 133.79 91.43 72.51 -
System Red Green Blue C M Y K H S L
Decimal 56 186 69 0.70 0 0.63 0.27 126 0.54 0.47
Hex 38 BA 45 46 0 3F 1B 7E 36 2F
Octal 70 272 105 106 0 77 33 176 66 57
Binary 111000 10111010 1000101 1000110 0 111111 11011 1111110 110110 101111

Color Harmonies of #38BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA45

Black with #38BA45

Text Example


Text Example

White with #38BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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