Html Css Color HEX #38BA34 Lime Green

📋 copy color: '#38BA34'

red 56 ◦ green 186 ◦ blue 52

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

Shades of Lime Green #38BA34

Tints of Lime Green #38BA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 19.05%
G = 63.27%
B = 17.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#38BA34 (or 0x38BA34) is known color: Lime Green. HEX triplet: 38, BA and 34. RGB value is (56,186,52). Sum of RGB (Red+Green+Blue) = 56+186+52=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA34 is #C745CB. Grayscale: #848484. Windows color (decimal): -13059532 or 3455544. OLE color: 3455544.

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

Color convert

RGB 56 186 52 -
CMYK 0.70 0 0.72 0.27
HSL 118.21º 0.56% 0.47% -
HSV(B) 118.21º 0.72% 0.73% -
XYZ 19.81 36.21 9.19 -
YUV 131.85 82.93 73.9 -
System Red Green Blue C M Y K H S L
Decimal 56 186 52 0.70 0 0.72 0.27 118.21 0.56 0.47
Hex 38 BA 34 46 0 48 1B 76 38 2F
Octal 70 272 64 106 0 110 33 166 70 57
Binary 111000 10111010 110100 1000110 0 1001000 11011 1110110 111000 101111

Color Harmonies of #38BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA34

Black with #38BA34

Text Example


Text Example

White with #38BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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