Html Css Color HEX #40B033 Lime Green

📋 copy color: '#40B033'

red 64 ◦ green 176 ◦ blue 51

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

Shades of Lime Green #40B033

Tints of Lime Green #40B033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.48%

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 21.99%
G = 60.48%
B = 17.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#40B033 (or 0x40B033) is known color: Lime Green. HEX triplet: 40, B0 and 33. RGB value is (64,176,51). Sum of RGB (Red+Green+Blue) = 64+176+51=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #40B033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B033 is #BF4FCC. Grayscale: #808080. Windows color (decimal): -12537805 or 3387456. OLE color: 3387456.

HSL color Cylindrical-coordinate representation of color #40B033: hue angle of 113.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40B033 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 176 51 -
CMYK 0.64 0 0.71 0.31
HSL 113.76º 0.55% 0.45% -
HSV(B) 113.76º 0.71% 0.69% -
XYZ 18.24 32.38 8.42 -
YUV 128.26 84.39 82.16 -
System Red Green Blue C M Y K H S L
Decimal 64 176 51 0.64 0 0.71 0.31 113.76 0.55 0.45
Hex 40 B0 33 40 0 47 1F 72 37 2D
Octal 100 260 63 100 0 107 37 162 67 55
Binary 1000000 10110000 110011 1000000 0 1000111 11111 1110010 110111 101101

Color Harmonies of #40B033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B033

Black with #40B033

Text Example


Text Example

White with #40B033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,176,51); }

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

background-color css

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

 a { background-color: rgb(64,176,51); }

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

border-color css

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

 span { border-color: rgb(64,176,51); }

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