Html Css Color HEX #38BA3F Lime Green

📋 copy color: '#38BA3F'

red 56 ◦ green 186 ◦ blue 63

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

Shades of Lime Green #38BA3F

Tints of Lime Green #38BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.66%

R = 18.36%
G = 60.98%
B = 20.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#38BA3F (or 0x38BA3F) is known color: Lime Green. HEX triplet: 38, BA and 3F. RGB value is (56,186,63). Sum of RGB (Red+Green+Blue) = 56+186+63=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA3F is #C745C0. Grayscale: #858585. Windows color (decimal): -13059521 or 4176440. OLE color: 4176440.

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

Color convert

RGB 56 186 63 -
CMYK 0.70 0 0.66 0.27
HSL 123.23º 0.54% 0.47% -
HSV(B) 123.23º 0.7% 0.73% -
XYZ 20.09 36.32 10.65 -
YUV 133.11 88.43 73 -
System Red Green Blue C M Y K H S L
Decimal 56 186 63 0.70 0 0.66 0.27 123.23 0.54 0.47
Hex 38 BA 3F 46 0 42 1B 7B 36 2F
Octal 70 272 77 106 0 102 33 173 66 57
Binary 111000 10111010 111111 1000110 0 1000010 11011 1111011 110110 101111

Color Harmonies of #38BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA3F

Black with #38BA3F

Text Example


Text Example

White with #38BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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