Html Css Color HEX #38BA2D Lime Green

📋 copy color: '#38BA2D'

red 56 ◦ green 186 ◦ blue 45

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

Shades of Lime Green #38BA2D

Tints of Lime Green #38BA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 19.51%
G = 64.81%
B = 15.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#38BA2D (or 0x38BA2D) is known color: Lime Green. HEX triplet: 38, BA and 2D. RGB value is (56,186,45). Sum of RGB (Red+Green+Blue) = 56+186+45=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA2D is #C745D2. Grayscale: #838383. Windows color (decimal): -13059539 or 2996792. OLE color: 2996792.

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

Color convert

RGB 56 186 45 -
CMYK 0.70 0 0.76 0.27
HSL 115.32º 0.61% 0.45% -
HSV(B) 115.32º 0.76% 0.73% -
XYZ 19.66 36.15 8.42 -
YUV 131.06 79.43 74.46 -
System Red Green Blue C M Y K H S L
Decimal 56 186 45 0.70 0 0.76 0.27 115.32 0.61 0.45
Hex 38 BA 2D 46 0 4C 1B 73 3D 2D
Octal 70 272 55 106 0 114 33 163 75 55
Binary 111000 10111010 101101 1000110 0 1001100 11011 1110011 111101 101101

Color Harmonies of #38BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA2D

Black with #38BA2D

Text Example


Text Example

White with #38BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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