Html Css Color HEX #41C238 Lime Green

📋 copy color: '#41C238'

red 65 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #41C238

Tints of Lime Green #41C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.59%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 20.63%
G = 61.59%
B = 17.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#41C238 (or 0x41C238) is known color: Lime Green. HEX triplet: 41, C2 and 38. RGB value is (65,194,56). Sum of RGB (Red+Green+Blue) = 65+194+56=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #41C238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C238 is #BE3DC7. Grayscale: #8C8C8C. Windows color (decimal): -12467656 or 3719745. OLE color: 3719745.

HSL color Cylindrical-coordinate representation of color #41C238: hue angle of 116.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41C238 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 194 56 -
CMYK 0.66 0 0.71 0.24
HSL 116.09º 0.55% 0.49% -
HSV(B) 116.09º 0.71% 0.76% -
XYZ 22.19 39.99 10.29 -
YUV 139.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 65 194 56 0.66 0 0.71 0.24 116.09 0.55 0.49
Hex 41 C2 38 42 0 47 18 74 37 31
Octal 101 302 70 102 0 107 30 164 67 61
Binary 1000001 11000010 111000 1000010 0 1000111 11000 1110100 110111 110001

Color Harmonies of #41C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C238

Black with #41C238

Text Example


Text Example

White with #41C238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,194,56); }

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

background-color css

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

 a { background-color: rgb(65,194,56); }

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

border-color css

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

 span { border-color: rgb(65,194,56); }

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