Html Css Color HEX #3CBE41 Lime Green

📋 copy color: '#3CBE41'

red 60 ◦ green 190 ◦ blue 65

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

Shades of Lime Green #3CBE41

Tints of Lime Green #3CBE41

RGB

 RED value IS 60 (23.83% from 255) = 19.05%

 GREEN value IS 190 (74.61% from 255) = 60.32%

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

R = 19.05%
G = 60.32%
B = 20.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#3CBE41 (or 0x3CBE41) is known color: Lime Green. HEX triplet: 3C, BE and 41. RGB value is (60,190,65). Sum of RGB (Red+Green+Blue) = 60+190+65=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBE41 is #C341BE. Grayscale: #898989. Windows color (decimal): -12796351 or 4308540. OLE color: 4308540.

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

Color convert

RGB 60 190 65 -
CMYK 0.68 0 0.66 0.25
HSL 122.31º 0.52% 0.49% -
HSV(B) 122.31º 0.68% 0.75% -
XYZ 21.23 38.17 11.25 -
YUV 136.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 60 190 65 0.68 0 0.66 0.25 122.31 0.52 0.49
Hex 3C BE 41 44 0 42 19 7A 34 31
Octal 74 276 101 104 0 102 31 172 64 61
Binary 111100 10111110 1000001 1000100 0 1000010 11001 1111010 110100 110001

Color Harmonies of #3CBE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBE41

Black with #3CBE41

Text Example


Text Example

White with #3CBE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CBE41; }

 p { color: rgb(60,190,65); }

 H1.HeaderClassName
 {
   color: #3CBE41;
 }
 .AnyTagClassName
 {
   color: #3CBE41;
 }
</style>

background-color css

<style>
 a { background-color: #3CBE41; }

 a { background-color: rgb(60,190,65); }

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

border-color css

<style>
 span { border-color: #3CBE41; }

 span { border-color: rgb(60,190,65); }

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