Html Css Color HEX #38BA2A Lime Green

📋 copy color: '#38BA2A'

red 56 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #38BA2A

Tints of Lime Green #38BA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 19.72%
G = 65.49%
B = 14.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#38BA2A (or 0x38BA2A) is known color: Lime Green. HEX triplet: 38, BA and 2A. RGB value is (56,186,42). Sum of RGB (Red+Green+Blue) = 56+186+42=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA2A is #C745D5. Grayscale: #838383. Windows color (decimal): -13059542 or 2800184. OLE color: 2800184.

HSL color Cylindrical-coordinate representation of color #38BA2A: hue angle of 114.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38BA2A is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 42 -
CMYK 0.70 0 0.77 0.27
HSL 114.17º 0.63% 0.45% -
HSV(B) 114.17º 0.77% 0.73% -
XYZ 19.61 36.13 8.13 -
YUV 130.71 77.93 74.71 -
System Red Green Blue C M Y K H S L
Decimal 56 186 42 0.70 0 0.77 0.27 114.17 0.63 0.45
Hex 38 BA 2A 46 0 4D 1B 72 3F 2D
Octal 70 272 52 106 0 115 33 162 77 55
Binary 111000 10111010 101010 1000110 0 1001101 11011 1110010 111111 101101

Color Harmonies of #38BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA2A

Black with #38BA2A

Text Example


Text Example

White with #38BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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