Html Css Color HEX #41F430 Lime Green

📋 copy color: '#41F430'

red 65 ◦ green 244 ◦ blue 48

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

Shades of Lime Green #41F430

Tints of Lime Green #41F430

RGB

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

 GREEN value IS 244 (95.7% from 255) = 68.35%

 BLUE value IS 48 (19.14% from 255) = 13.45%

R = 18.21%
G = 68.35%
B = 13.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#41F430 (or 0x41F430) is known color: Lime Green. HEX triplet: 41, F4 and 30. RGB value is (65,244,48). Sum of RGB (Red+Green+Blue) = 65+244+48=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 244 (95.70% from 255 or 68.35% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 244 - color contains mainly: green. Hex color #41F430 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F430 is #BE0BCF. Grayscale: #A8A8A8. Windows color (decimal): -12454864 or 3208257. OLE color: 3208257.

HSL color Cylindrical-coordinate representation of color #41F430: hue angle of 114.8º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41F430 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 244 48 -
CMYK 0.73 0 0.80 0.04
HSL 114.8º 0.9% 0.57% -
HSV(B) 114.8º 0.8% 0.96% -
XYZ 35.06 66.04 13.69 -
YUV 168.14 60.2 54.44 -
System Red Green Blue C M Y K H S L
Decimal 65 244 48 0.73 0 0.80 0.04 114.8 0.9 0.57
Hex 41 F4 30 49 0 50 4 73 5A 39
Octal 101 364 60 111 0 120 4 163 132 71
Binary 1000001 11110100 110000 1001001 0 1010000 100 1110011 1011010 111001

Color Harmonies of #41F430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F430

Black with #41F430

Text Example


Text Example

White with #41F430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,244,48); }

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

background-color css

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

 a { background-color: rgb(65,244,48); }

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

border-color css

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

 span { border-color: rgb(65,244,48); }

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