Html Css Color HEX #40B338 Lime Green

📋 copy color: '#40B338'

red 64 ◦ green 179 ◦ blue 56

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

Shades of Lime Green #40B338

Tints of Lime Green #40B338

RGB

 RED value IS 64 (25.39% from 255) = 21.4%

 GREEN value IS 179 (70.31% from 255) = 59.87%

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 21.4%
G = 59.87%
B = 18.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#40B338 (or 0x40B338) is known color: Lime Green. HEX triplet: 40, B3 and 38. RGB value is (64,179,56). Sum of RGB (Red+Green+Blue) = 64+179+56=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #40B338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B338 is #BF4CC7. Grayscale: #828282. Windows color (decimal): -12537032 or 3715904. OLE color: 3715904.

HSL color Cylindrical-coordinate representation of color #40B338: hue angle of 116.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40B338 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 179 56 -
CMYK 0.64 0 0.69 0.30
HSL 116.1º 0.52% 0.46% -
HSV(B) 116.1º 0.69% 0.7% -
XYZ 18.95 33.62 9.23 -
YUV 130.59 85.9 80.5 -
System Red Green Blue C M Y K H S L
Decimal 64 179 56 0.64 0 0.69 0.30 116.1 0.52 0.46
Hex 40 B3 38 40 0 45 1E 74 34 2E
Octal 100 263 70 100 0 105 36 164 64 56
Binary 1000000 10110011 111000 1000000 0 1000101 11110 1110100 110100 101110

Color Harmonies of #40B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B338

Black with #40B338

Text Example


Text Example

White with #40B338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B338; }

 p { color: rgb(64,179,56); }

 H1.HeaderClassName
 {
   color: #40B338;
 }
 .AnyTagClassName
 {
   color: #40B338;
 }
</style>

background-color css

<style>
 a { background-color: #40B338; }

 a { background-color: rgb(64,179,56); }

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

border-color css

<style>
 span { border-color: #40B338; }

 span { border-color: rgb(64,179,56); }

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