Html Css Color HEX #38BA3C Lime Green

📋 copy color: '#38BA3C'

red 56 ◦ green 186 ◦ blue 60

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

Shades of Lime Green #38BA3C

Tints of Lime Green #38BA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 18.54%
G = 61.59%
B = 19.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#38BA3C (or 0x38BA3C) is known color: Lime Green. HEX triplet: 38, BA and 3C. RGB value is (56,186,60). Sum of RGB (Red+Green+Blue) = 56+186+60=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA3C is #C745C3. Grayscale: #858585. Windows color (decimal): -13059524 or 3979832. OLE color: 3979832.

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

Color convert

RGB 56 186 60 -
CMYK 0.70 0 0.68 0.27
HSL 121.85º 0.54% 0.47% -
HSV(B) 121.85º 0.7% 0.73% -
XYZ 20.01 36.28 10.22 -
YUV 132.77 86.93 73.25 -
System Red Green Blue C M Y K H S L
Decimal 56 186 60 0.70 0 0.68 0.27 121.85 0.54 0.47
Hex 38 BA 3C 46 0 44 1B 7A 36 2F
Octal 70 272 74 106 0 104 33 172 66 57
Binary 111000 10111010 111100 1000110 0 1000100 11011 1111010 110110 101111

Color Harmonies of #38BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA3C

Black with #38BA3C

Text Example


Text Example

White with #38BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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