Html Css Color HEX #41C02B Lime Green

📋 copy color: '#41C02B'

red 65 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #41C02B

Tints of Lime Green #41C02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 21.67%
G = 64%
B = 14.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#41C02B (or 0x41C02B) is known color: Lime Green. HEX triplet: 41, C0 and 2B. RGB value is (65,192,43). Sum of RGB (Red+Green+Blue) = 65+192+43=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #41C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C02B is #BE3FD4. Grayscale: #898989. Windows color (decimal): -12468181 or 2867265. OLE color: 2867265.

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

Color convert

RGB 65 192 43 -
CMYK 0.66 0 0.78 0.25
HSL 111.14º 0.63% 0.46% -
HSV(B) 111.14º 0.78% 0.75% -
XYZ 21.47 39 8.68 -
YUV 137.04 74.92 76.62 -
System Red Green Blue C M Y K H S L
Decimal 65 192 43 0.66 0 0.78 0.25 111.14 0.63 0.46
Hex 41 C0 2B 42 0 4E 19 6F 3F 2E
Octal 101 300 53 102 0 116 31 157 77 56
Binary 1000001 11000000 101011 1000010 0 1001110 11001 1101111 111111 101110

Color Harmonies of #41C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C02B

Black with #41C02B

Text Example


Text Example

White with #41C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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