Html Css Color HEX #41CF2C Lime Green

📋 copy color: '#41CF2C'

red 65 ◦ green 207 ◦ blue 44

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

Shades of Lime Green #41CF2C

Tints of Lime Green #41CF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 20.57%
G = 65.51%
B = 13.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#41CF2C (or 0x41CF2C) is known color: Lime Green. HEX triplet: 41, CF and 2C. RGB value is (65,207,44). Sum of RGB (Red+Green+Blue) = 65+207+44=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF2C is #BE30D3. Grayscale: #929292. Windows color (decimal): -12464340 or 2936641. OLE color: 2936641.

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

Color convert

RGB 65 207 44 -
CMYK 0.69 0 0.79 0.19
HSL 112.27º 0.65% 0.49% -
HSV(B) 112.27º 0.79% 0.81% -
XYZ 24.95 45.93 9.93 -
YUV 145.96 70.46 70.25 -
System Red Green Blue C M Y K H S L
Decimal 65 207 44 0.69 0 0.79 0.19 112.27 0.65 0.49
Hex 41 CF 2C 45 0 4F 13 70 41 31
Octal 101 317 54 105 0 117 23 160 101 61
Binary 1000001 11001111 101100 1000101 0 1001111 10011 1110000 1000001 110001

Color Harmonies of #41CF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF2C

Black with #41CF2C

Text Example


Text Example

White with #41CF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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