Html Css Color HEX #40BE2A Lime Green

📋 copy color: '#40BE2A'

red 64 ◦ green 190 ◦ blue 42

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

Shades of Lime Green #40BE2A

Tints of Lime Green #40BE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.19%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 21.62%
G = 64.19%
B = 14.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#40BE2A (or 0x40BE2A) is known color: Lime Green. HEX triplet: 40, BE and 2A. RGB value is (64,190,42). Sum of RGB (Red+Green+Blue) = 64+190+42=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 190 (74.61% from 255 or 64.19% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE2A is #BF41D5. Grayscale: #878787. Windows color (decimal): -12534230 or 2801216. OLE color: 2801216.

HSL color Cylindrical-coordinate representation of color #40BE2A: hue angle of 111.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40BE2A is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 42 -
CMYK 0.66 0 0.78 0.25
HSL 111.08º 0.64% 0.45% -
HSV(B) 111.08º 0.78% 0.75% -
XYZ 20.95 38.08 8.44 -
YUV 135.45 75.26 77.03 -
System Red Green Blue C M Y K H S L
Decimal 64 190 42 0.66 0 0.78 0.25 111.08 0.64 0.45
Hex 40 BE 2A 42 0 4E 19 6F 40 2D
Octal 100 276 52 102 0 116 31 157 100 55
Binary 1000000 10111110 101010 1000010 0 1001110 11001 1101111 1000000 101101

Color Harmonies of #40BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BE2A

Black with #40BE2A

Text Example


Text Example

White with #40BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,190,42); }

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

background-color css

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

 a { background-color: rgb(64,190,42); }

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

border-color css

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

 span { border-color: rgb(64,190,42); }

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