Html Css Color HEX #41CF27 Lime Green

📋 copy color: '#41CF27'

red 65 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #41CF27

Tints of Lime Green #41CF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 20.9%
G = 66.56%
B = 12.54%

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

#41CF27 (or 0x41CF27) is known color: Lime Green. HEX triplet: 41, CF and 27. RGB value is (65,207,39). Sum of RGB (Red+Green+Blue) = 65+207+39=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF27 is #BE30D8. Grayscale: #919191. Windows color (decimal): -12464345 or 2608961. OLE color: 2608961.

HSL color Cylindrical-coordinate representation of color #41CF27: hue angle of 110.71º 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 #41CF27 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 39 -
CMYK 0.69 0 0.81 0.19
HSL 110.71º 0.68% 0.48% -
HSV(B) 110.71º 0.81% 0.81% -
XYZ 24.86 45.9 9.47 -
YUV 145.39 67.96 70.66 -
System Red Green Blue C M Y K H S L
Decimal 65 207 39 0.69 0 0.81 0.19 110.71 0.68 0.48
Hex 41 CF 27 45 0 51 13 6F 44 30
Octal 101 317 47 105 0 121 23 157 104 60
Binary 1000001 11001111 100111 1000101 0 1010001 10011 1101111 1000100 110000

Color Harmonies of #41CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF27

Black with #41CF27

Text Example


Text Example

White with #41CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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