Html Css Color HEX #41CF28 Lime Green

📋 copy color: '#41CF28'

red 65 ◦ green 207 ◦ blue 40

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

Shades of Lime Green #41CF28

Tints of Lime Green #41CF28

RGB

 RED value IS 65 (25.78% from 255) = 20.83%

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 20.83%
G = 66.35%
B = 12.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#41CF28 (or 0x41CF28) is known color: Lime Green. HEX triplet: 41, CF and 28. RGB value is (65,207,40). Sum of RGB (Red+Green+Blue) = 65+207+40=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF28 is #BE30D7. Grayscale: #929292. Windows color (decimal): -12464344 or 2674497. OLE color: 2674497.

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

Color convert

RGB 65 207 40 -
CMYK 0.69 0 0.81 0.19
HSL 111.02º 0.68% 0.48% -
HSV(B) 111.02º 0.81% 0.81% -
XYZ 24.88 45.9 9.56 -
YUV 145.5 68.46 70.58 -
System Red Green Blue C M Y K H S L
Decimal 65 207 40 0.69 0 0.81 0.19 111.02 0.68 0.48
Hex 41 CF 28 45 0 51 13 6F 44 30
Octal 101 317 50 105 0 121 23 157 104 60
Binary 1000001 11001111 101000 1000101 0 1010001 10011 1101111 1000100 110000

Color Harmonies of #41CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF28

Black with #41CF28

Text Example


Text Example

White with #41CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41CF28; }

 p { color: rgb(65,207,40); }

 H1.HeaderClassName
 {
   color: #41CF28;
 }
 .AnyTagClassName
 {
   color: #41CF28;
 }
</style>

background-color css

<style>
 a { background-color: #41CF28; }

 a { background-color: rgb(65,207,40); }

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

border-color css

<style>
 span { border-color: #41CF28; }

 span { border-color: rgb(65,207,40); }

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