Html Css Color HEX #41C038 Lime Green

📋 copy color: '#41C038'

red 65 ◦ green 192 ◦ blue 56

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

Shades of Lime Green #41C038

Tints of Lime Green #41C038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.34%

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

R = 20.77%
G = 61.34%
B = 17.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#41C038 (or 0x41C038) is known color: Lime Green. HEX triplet: 41, C0 and 38. RGB value is (65,192,56). Sum of RGB (Red+Green+Blue) = 65+192+56=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #41C038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C038 is #BE3FC7. Grayscale: #8A8A8A. Windows color (decimal): -12468168 or 3719233. OLE color: 3719233.

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

Color convert

RGB 65 192 56 -
CMYK 0.66 0 0.71 0.25
HSL 116.03º 0.55% 0.49% -
HSV(B) 116.03º 0.71% 0.75% -
XYZ 21.74 39.11 10.14 -
YUV 138.52 81.42 75.56 -
System Red Green Blue C M Y K H S L
Decimal 65 192 56 0.66 0 0.71 0.25 116.03 0.55 0.49
Hex 41 C0 38 42 0 47 19 74 37 31
Octal 101 300 70 102 0 107 31 164 67 61
Binary 1000001 11000000 111000 1000010 0 1000111 11001 1110100 110111 110001

Color Harmonies of #41C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C038

Black with #41C038

Text Example


Text Example

White with #41C038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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