Html Css Color HEX #40C92B Lime Green

📋 copy color: '#40C92B'

red 64 ◦ green 201 ◦ blue 43

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

Shades of Lime Green #40C92B

Tints of Lime Green #40C92B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.26%

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 20.78%
G = 65.26%
B = 13.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#40C92B (or 0x40C92B) is known color: Lime Green. HEX triplet: 40, C9 and 2B. RGB value is (64,201,43). Sum of RGB (Red+Green+Blue) = 64+201+43=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #40C92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C92B is #BF36D4. Grayscale: #8E8E8E. Windows color (decimal): -12531413 or 2869568. OLE color: 2869568.

HSL color Cylindrical-coordinate representation of color #40C92B: hue angle of 112.03º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40C92B is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 201 43 -
CMYK 0.68 0 0.79 0.21
HSL 112.03º 0.65% 0.48% -
HSV(B) 112.03º 0.79% 0.79% -
XYZ 23.44 43.04 9.36 -
YUV 142.03 72.11 72.35 -
System Red Green Blue C M Y K H S L
Decimal 64 201 43 0.68 0 0.79 0.21 112.03 0.65 0.48
Hex 40 C9 2B 44 0 4F 15 70 41 30
Octal 100 311 53 104 0 117 25 160 101 60
Binary 1000000 11001001 101011 1000100 0 1001111 10101 1110000 1000001 110000

Color Harmonies of #40C92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C92B

Black with #40C92B

Text Example


Text Example

White with #40C92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,201,43); }

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

background-color css

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

 a { background-color: rgb(64,201,43); }

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

border-color css

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

 span { border-color: rgb(64,201,43); }

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