Html Css Color HEX #40CF25 Lime Green

📋 copy color: '#40CF25'

red 64 ◦ green 207 ◦ blue 37

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

Shades of Lime Green #40CF25

Tints of Lime Green #40CF25

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.21%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 20.78%
G = 67.21%
B = 12.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#40CF25 (or 0x40CF25) is known color: Lime Green. HEX triplet: 40, CF and 25. RGB value is (64,207,37). Sum of RGB (Red+Green+Blue) = 64+207+37=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CF25 is #BF30DA. Grayscale: #919191. Windows color (decimal): -12529883 or 2477888. OLE color: 2477888.

HSL color Cylindrical-coordinate representation of color #40CF25: hue angle of 110.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40CF25 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 207 37 -
CMYK 0.69 0 0.82 0.19
HSL 110.47º 0.7% 0.48% -
HSV(B) 110.47º 0.82% 0.81% -
XYZ 24.76 45.85 9.3 -
YUV 144.86 67.12 70.32 -
System Red Green Blue C M Y K H S L
Decimal 64 207 37 0.69 0 0.82 0.19 110.47 0.7 0.48
Hex 40 CF 25 45 0 52 13 6E 46 30
Octal 100 317 45 105 0 122 23 156 106 60
Binary 1000000 11001111 100101 1000101 0 1010010 10011 1101110 1000110 110000

Color Harmonies of #40CF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CF25

Black with #40CF25

Text Example


Text Example

White with #40CF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,207,37); }

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

background-color css

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

 a { background-color: rgb(64,207,37); }

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

border-color css

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

 span { border-color: rgb(64,207,37); }

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