Html Css Color HEX #40BF3D Lime Green

📋 copy color: '#40BF3D'

red 64 ◦ green 191 ◦ blue 61

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

Shades of Lime Green #40BF3D

Tints of Lime Green #40BF3D

RGB

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

 GREEN value IS 191 (75% from 255) = 60.44%

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 20.25%
G = 60.44%
B = 19.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#40BF3D (or 0x40BF3D) is known color: Lime Green. HEX triplet: 40, BF and 3D. RGB value is (64,191,61). Sum of RGB (Red+Green+Blue) = 64+191+61=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF3D is #BF40C2. Grayscale: #8A8A8A. Windows color (decimal): -12533955 or 4046656. OLE color: 4046656.

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

Color convert

RGB 64 191 61 -
CMYK 0.66 0 0.68 0.25
HSL 118.62º 0.52% 0.49% -
HSV(B) 118.62º 0.68% 0.75% -
XYZ 21.59 38.69 10.74 -
YUV 138.21 84.42 75.07 -
System Red Green Blue C M Y K H S L
Decimal 64 191 61 0.66 0 0.68 0.25 118.62 0.52 0.49
Hex 40 BF 3D 42 0 44 19 77 34 31
Octal 100 277 75 102 0 104 31 167 64 61
Binary 1000000 10111111 111101 1000010 0 1000100 11001 1110111 110100 110001

Color Harmonies of #40BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF3D

Black with #40BF3D

Text Example


Text Example

White with #40BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,191,61); }

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

background-color css

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

 a { background-color: rgb(64,191,61); }

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

border-color css

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

 span { border-color: rgb(64,191,61); }

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