Html Css Color HEX #38BA3D Lime Green

📋 copy color: '#38BA3D'

red 56 ◦ green 186 ◦ blue 61

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

Shades of Lime Green #38BA3D

Tints of Lime Green #38BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 18.48%
G = 61.39%
B = 20.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#38BA3D (or 0x38BA3D) is known color: Lime Green. HEX triplet: 38, BA and 3D. RGB value is (56,186,61). Sum of RGB (Red+Green+Blue) = 56+186+61=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA3D is #C745C2. Grayscale: #858585. Windows color (decimal): -13059523 or 4045368. OLE color: 4045368.

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

Color convert

RGB 56 186 61 -
CMYK 0.70 0 0.67 0.27
HSL 122.31º 0.54% 0.47% -
HSV(B) 122.31º 0.7% 0.73% -
XYZ 20.03 36.3 10.36 -
YUV 132.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 56 186 61 0.70 0 0.67 0.27 122.31 0.54 0.47
Hex 38 BA 3D 46 0 43 1B 7A 36 2F
Octal 70 272 75 106 0 103 33 172 66 57
Binary 111000 10111010 111101 1000110 0 1000011 11011 1111010 110110 101111

Color Harmonies of #38BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA3D

Black with #38BA3D

Text Example


Text Example

White with #38BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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